2025-09-01 10:31 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop e7ba1dfd
Timestamp: 2007-04-08 23:58:58
Author: trepan
Details ] Diff ]
* Allow 'unsafe' game state changes if requested using:
AllowUnsafeChanges("USE AT YOUR OWN PERIL")
(this also ties the state change permission to individual LuaHandles)


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3586 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Lua/LuaHandleSynced.cpp Diff ] File ]
mod - rts/Lua/LuaHandleSynced.h Diff ] File ]
mod - rts/Lua/LuaSyncedCtrl.cpp Diff ] File ]
mod - rts/Lua/LuaSyncedCtrl.h Diff ] File ]
develop 828c2578
Timestamp: 2007-04-08 21:39:07
Author: trepan
Details ] Diff ]
* Added Spring.CreateDir() to LuaUI
* Made the COB<->LUA interfaces less restrictive


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3585 37977431-3df6-0310-b722-df95706aa16b
mod - game/LuaUI/Widgets/ico_customicons.lua Diff ] File ]
mod - rts/Game/UI/KeyAutoBinder.h Diff ] File ]
mod - rts/Game/UI/LuaUI.cpp Diff ] File ]
mod - rts/Game/UI/LuaUI.h Diff ] File ]
mod - rts/Game/UI/MouseHandler.cpp Diff ] File ]
mod - rts/Lua/LuaCob.cpp Diff ] File ]
mod - rts/Lua/LuaSyncedCtrl.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/groundmovetype.cpp Diff ] File ]
develop 1cadf65a
Timestamp: 2007-04-08 17:21:49
Author: tvo
Details ] Diff ]
* remove InitArchiveScanner



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3584 37977431-3df6-0310-b722-df95706aa16b
mod - tools/unitsync/javabind.cpp Diff ] File ]
develop 75747af3
Timestamp: 2007-04-08 15:17:12
Author: tvo
Details ] Diff ]
* enable the java check (oops)



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3583 37977431-3df6-0310-b722-df95706aa16b
mod - rts/build/scons/config.py Diff ] File ]
develop 6b9e626e
Timestamp: 2007-04-08 15:02:43
Author: tvo
Details ] Diff ]
* Add experimental java bindings for unitsync, generated by AF.
Probably they still need a .java class file and it needs renaming.



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3582 37977431-3df6-0310-b722-df95706aa16b
mod - rts/build/scons/config.py Diff ] File ]
add - tools/unitsync/javabind.cpp Diff ] File ]
develop 1a8bac60
Timestamp: 2007-04-07 23:37:39
Author: trepan
Details ] Diff ]
* Whitespace improvements; label all teams as Ally, Enemy, or Gaia.


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3581 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/UI/QuitBox.cpp Diff ] File ]
mod - rts/Game/UI/ShareBox.cpp Diff ] File ]
develop 07279f28
Timestamp: 2007-04-07 23:25:02
Author: trepan
Details ] Diff ]
* Fix for Mantis 0000515 -- QuitBox player selection visibility
(also threw in the Gaia name change, same code as in ShareBox.cpp)


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3580 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/UI/QuitBox.cpp Diff ] File ]
develop d80462f2
Timestamp: 2007-04-07 19:57:44
Author: trepan
Details ] Diff ]
* More GL_ -> GL. conversions


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3579 37977431-3df6-0310-b722-df95706aa16b
mod - game/LuaUI/modui_dialog.lua Diff ] File ]
mod - game/LuaUI/tweakmode.lua Diff ] File ]
develop 0a52b883
Timestamp: 2007-04-07 19:54:13
Author: trepan
Details ] Diff ]
* GL_QUADS -> GL.QUADS (thx MelTrax)


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3578 37977431-3df6-0310-b722-df95706aa16b
mod - game/LuaUI/widgets.lua Diff ] File ]
develop 85913e93
Timestamp: 2007-04-07 19:37:09
Author: trepan
Details ] Diff ]
* Smarter handling for missing font


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3577 37977431-3df6-0310-b722-df95706aa16b
mod - game/LuaUI/Widgets/gui_comm_ends.lua Diff ] File ]
develop e827817c
Timestamp: 2007-04-07 18:44:46
Author: trepan
Details ] Diff ]
* Missing check


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3576 37977431-3df6-0310-b722-df95706aa16b
mod - game/LuaUI/fonts.lua Diff ] File ]
develop 985f7900
Timestamp: 2007-04-07 11:08:35
Author: submarine
Details ] Diff ]
Updated VS.net proj file

git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3575 37977431-3df6-0310-b722-df95706aa16b
mod - rts/build/vstudio7/rts.vcproj Diff ] File ]
develop 77382b15
Timestamp: 2007-04-07 07:29:06
Author: trepan
Details ] Diff ]
* Use the 'beingBuilt' check


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3574 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Units/UnitTypes/Factory.cpp Diff ] File ]
develop 9a4e1212
Timestamp: 2007-04-07 06:36:57
Author: trepan
Details ] Diff ]
* chlue noticed that UnitDestroyed() lua call-ins weren't being
called when a factory cancels an active build order. Here's a
fix, hopefully (this also fixes GroupAI call-ins)


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3573 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Units/UnitTypes/Factory.cpp Diff ] File ]
develop 4444b2cf
Timestamp: 2007-04-07 05:44:15
Author: trepan
Details ] Diff ]
* Clamped the UseResource() values to >= 0
* Changed the noOverwrite arg to AddMouseCursor() to overwrite (inverted it)


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3572 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Game/UI/LuaUI.cpp Diff ] File ]
mod - rts/Lua/LuaSyncedCtrl.cpp Diff ] File ]
develop 94e7adea
Timestamp: 2007-04-07 05:34:31
Author: trepan
Details ] Diff ]
* Simplified mouse cursor initialization
* Added AddMouseCursor(cursorName, fileName, noOverwrite, topLeft) LuaUI call-out
* Moved the MakeFont call-out from LuaOpenGL to LuaUI
* Clamped the AddResource() values to >= 0
*


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3571 37977431-3df6-0310-b722-df95706aa16b
mod - game/LuaUI/fonts.lua Diff ] File ]
mod - game/LuaUI/widgets.lua Diff ] File ]
mod - rts/Game/UI/LuaUI.cpp Diff ] File ]
mod - rts/Game/UI/LuaUI.h Diff ] File ]
mod - rts/Game/UI/MouseHandler.cpp Diff ] File ]
mod - rts/Game/UI/MouseHandler.h Diff ] File ]
mod - rts/Lua/LuaOpenGL.cpp Diff ] File ]
mod - rts/Lua/LuaSyncedCtrl.cpp Diff ] File ]
develop e6c92933
Timestamp: 2007-04-07 05:29:15
Author: trepan
Details ] Diff ]
* Document 'vsync'


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3570 37977431-3df6-0310-b722-df95706aa16b
mod - Documentation/cmds.txt Diff ] File ]
develop f52af46d
Timestamp: 2007-04-06 10:46:11
Author: tvo
Details ] Diff ]
* Fix compile warning



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3569 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Sim/Weapons/Cannon.cpp Diff ] File ]
develop d8af65e3
Timestamp: 2007-04-06 10:26:27
Author: trepan
Details ] Diff ]
* Added the 'dds' and 'png' as default buildpic formats
* Corrected the pixel alignment when using fontHandler
to render the gui_fps and gui_clock widgets' text


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3568 37977431-3df6-0310-b722-df95706aa16b
mod - game/LuaUI/Widgets/gui_clock.lua Diff ] File ]
mod - game/LuaUI/Widgets/gui_fps.lua Diff ] File ]
mod - rts/Sim/Units/UnitDefHandler.cpp Diff ] File ]
develop e6f0cae5
Timestamp: 2007-04-06 10:26:21
Author: tvo
Details ] Diff ]
* Attempt to fix mingw build



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3567 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Rendering/VerticalSync.cpp Diff ] File ]
develop bc5aeb35
Timestamp: 2007-04-06 10:16:29
Author: tvo
Details ] Diff ]
* Fix mingw build?
* Remove useless tests (libs don't exists with this names AFAIK)



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3566 37977431-3df6-0310-b722-df95706aa16b
mod - rts/build/scons/config.py Diff ] File ]
develop 63545a52
Timestamp: 2007-04-06 09:38:37
Author: tvo
Details ] Diff ]
* Fix python dependency on linux



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3565 37977431-3df6-0310-b722-df95706aa16b
mod - rts/build/scons/config.py Diff ] File ]
develop 7bb7ecd5
Timestamp: 2007-04-06 09:26:04
Author: trepan
Details ] Diff ]
* Re-add SetTeamResource()
* Adjust pull values in UseTeamResource()


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3564 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Lua/LuaSyncedCtrl.cpp Diff ] File ]
mod - rts/Lua/LuaSyncedCtrl.h Diff ] File ]
develop 8dd0a75b
Timestamp: 2007-04-06 08:47:37
Author: trepan
Details ] Diff ]
* Return the right number of params for the UseResource() calls


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3563 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Lua/LuaSyncedCtrl.cpp Diff ] File ]
develop ad0cf289
Timestamp: 2007-04-06 08:45:21
Author: trepan
Details ] Diff ]
* UseUnitResource() returns a boolean


git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@3562 37977431-3df6-0310-b722-df95706aa16b
mod - rts/Lua/LuaSyncedCtrl.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 770 ... 880 ... 933 934 935 936 937 938 939 ... 990 ... 1057 1058 1059  Next  Last