2025-08-14 19:50 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 0fded9c6
Timestamp: 2011-06-07 22:37:24
Author: jK
Details ] Diff ]
resort headers in Main.cpp
mod - rts/System/Main.cpp Diff ] File ]
develop ebbf60ef
Timestamp: 2011-06-07 22:37:09
Author: jK
Details ] Diff ]
attempt to fix mac build (_SDL_main issue)
mod - rts/System/Main.cpp Diff ] File ]
develop c773d8ea
Timestamp: 2011-06-07 20:35:59
Author: jK
Details ] Diff ]
attempt to fix mac build (MachineExceptions.h error)
mod - rts/System/OffscreenGLContext.h Diff ] File ]
develop c2843973
Timestamp: 2011-06-07 20:04:58
Author: hoijui
Details ] Diff ]
move SetBoolArg() and LogSystemStatus() to IActionExecutor
mod - rts/Game/IActionExecutor.h Diff ] File ]
mod - rts/Game/SyncedGameCommands.cpp Diff ] File ]
develop fd6d717e
Timestamp: 2011-06-07 20:03:26
Author: hoijui
Details ] Diff ]
InMapDrawView: remove now unused function SerializeColor
mod - rts/Rendering/InMapDrawView.cpp Diff ] File ]
develop ca2b2f1e
Timestamp: 2011-06-07 19:47:09
Author: hoijui
Details ] Diff ]
add return value for engine-headless [fix]
mod - rts/System/SpringApp.cpp Diff ] File ]
develop 487817f5
Timestamp: 2011-06-07 18:35:02
Author: hoijui
Details ] Diff ]
get rid of a few warnings
* wrong initialization order
* "%u" in printf not correct for size_t on 64bit
mod - rts/Sim/Features/FeatureDef.cpp Diff ] File ]
mod - rts/System/SafeVector.cpp Diff ] File ]
develop 6d609ac3
Timestamp: 2011-06-07 18:28:41
Author: kloot
Details ] Diff ]
make a missing UnitDef::humanName non-fatal
mod - rts/Sim/Units/UnitDef.cpp Diff ] File ]
mod - rts/Sim/Units/UnitDefHandler.cpp Diff ] File ]
develop 21867365
Timestamp: 2011-06-07 15:58:41
Author: kloot
Details ] Diff ]
fix 'Variable 'pos' is assigned a value that is never used' warnings
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
develop fe50cd35
Timestamp: 2011-06-07 15:35:06
Author: kloot
Details ] Diff ]
small comment fixes in Light.h
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
mod - rts/Rendering/GL/Light.h Diff ] File ]
develop f5a37602
Timestamp: 2011-06-07 15:33:50
Author: kloot
Details ] Diff ]
re-enable COBJParser until Lua metadata formats are unified
minor cleanup in IModelParser.* + add some FIXME notes
mod - rts/Rendering/Models/IModelParser.cpp Diff ] File ]
mod - rts/Rendering/Models/IModelParser.h Diff ] File ]
develop d35d5d6d
Timestamp: 2011-06-07 14:18:45
Author: hoijui
Details ] Diff ]
add a new (unsynced) chat command "CommandHelp"
It prints info about a specific chat command
(so far only synced/unsynced and the description).
mod - rts/Game/UnsyncedGameCommands.cpp Diff ] File ]
develop d29dab13
Timestamp: 2011-06-07 13:59:08
Author: hoijui
Details ] Diff ]
add a new (unsynced) chat command "CommandList"
It prints a list of all available chat commands plus their descriptions.
mod - rts/Game/IGameCommands.h Diff ] File ]
mod - rts/Game/UnsyncedGameCommands.cpp Diff ] File ]
develop d15c799a
Timestamp: 2011-06-07 12:30:09
Author: hoijui
Details ] Diff ]
add descriptions to all IUnsyncedActionExecutor's
mod - rts/Game/IActionExecutor.h Diff ] File ]
mod - rts/Game/UnsyncedActionExecutor.h Diff ] File ]
mod - rts/Game/UnsyncedGameCommands.cpp Diff ] File ]
develop 3441947d
Timestamp: 2011-06-07 12:27:25
Author: hoijui
Details ] Diff ]
give helpful info on wrong usage of the DebugInfo chat command
mod - rts/Game/UnsyncedGameCommands.cpp Diff ] File ]
develop c137d2ad
Timestamp: 2011-06-07 12:25:48
Author: hoijui
Details ] Diff ]
fix a white-space error and add two TODOs (XXXs actually) [minor]
mod - rts/Game/UnsyncedGameCommands.cpp Diff ] File ]
develop 3cd94c9e
Timestamp: 2011-06-07 12:24:21
Author: hoijui
Details ] Diff ]
use a faster algorithm in CSelectionKeyHandler::ReadToken
mod - rts/Game/UI/SelectionKeyHandler.cpp Diff ] File ]
develop fe05b62a
Timestamp: 2011-06-07 12:19:30
Author: hoijui
Details ] Diff ]
cleanup in SelectionKeyHandler (should have no logic changes)
mod - rts/Game/UI/SelectionKeyHandler.cpp Diff ] File ]
mod - rts/Game/UI/SelectionKeyHandler.h Diff ] File ]
develop ca154d41
Timestamp: 2011-06-07 12:17:12
Author: hoijui
Details ] Diff ]
basic cleanup of ShadowHandler (no logic changes)
* move member declarations after function declarations
* protected-ize
* convert two comments to doxygen comments
* replace `(void)` with `()`
mod - rts/Rendering/ShadowHandler.cpp Diff ] File ]
mod - rts/Rendering/ShadowHandler.h Diff ] File ]
develop c1d6d26c
Timestamp: 2011-06-07 12:14:14
Author: hoijui
Details ] Diff ]
cleanup SimpleParser
* remove `using namespace std;`
* replace FileHandler include with (incomplete) type declaration
* move doc comments from cpp to header
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
mod - rts/Game/UI/KeyAutoBinder.cpp Diff ] File ]
mod - rts/System/FileSystem/SimpleParser.cpp Diff ] File ]
mod - rts/System/FileSystem/SimpleParser.h Diff ] File ]
develop 5faac257
Timestamp: 2011-06-07 11:46:17
Author: hoijui
Details ] Diff ]
cleanup Group & GroupHandler
* remove members and functions unused since the removal of GroupAIs
* private-ize
* add some doc comments
* remove a magic number (FIRST_SPECIAL_GROUP = 10)
* adjust some var names
* re-factor code into new function CGroup::CalculateCenter()
mod - rts/Game/SelectedUnits.cpp Diff ] File ]
mod - rts/Sim/Units/Groups/Group.cpp Diff ] File ]
mod - rts/Sim/Units/Groups/Group.h Diff ] File ]
mod - rts/Sim/Units/Groups/GroupHandler.cpp Diff ] File ]
mod - rts/Sim/Units/Groups/GroupHandler.h Diff ] File ]
develop d0d3072e
Timestamp: 2011-06-07 11:32:35
Author: Rene Milk
Committer: hoijui
Details ] Diff ]
[buildsystem] remove the obsolete scons buildsystem
rm - SConstruct Diff ] File ]
rm - rts/build/scons/config.py Diff ] File ]
rm - rts/build/scons/detect.py Diff ] File ]
rm - rts/build/scons/filelist.py Diff ] File ]
rm - rts/build/scons/gch.py Diff ] File ]
rm - rts/build/scons/icon.rc Diff ] File ]
rm - rts/build/scons/rts.py Diff ] File ]
mod - tools/scripts/builder.sh Diff ] File ]
develop 983fce73
Timestamp: 2011-06-07 05:05:13
Author: jK
Details ] Diff ]
attempt #6 (mac build)
mod - rts/System/OffscreenGLContext.cpp Diff ] File ]
mod - rts/lib/streflop/FPUSettings.h Diff ] File ]
develop bf233f24
Timestamp: 2011-06-07 03:35:22
Author: jK
Details ] Diff ]
attempt 0000005 (mac build)
mod - rts/lib/streflop/FPUSettings.h Diff ] File ]
develop e885f810
Timestamp: 2011-06-07 02:28:56
Author: jK
Details ] Diff ]
fix typo in bc41e32b8
mod - rts/lib/streflop/FPUSettings.h Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 518 519 520 521 522 523 524 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last