2025-08-10 02:12 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop b5fc7c92
Timestamp: 2009-12-09 12:35:51
Author: -jk-
Details ] Diff ]
don't recreate the stl container each time
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
develop 19c0f34f
Timestamp: 2009-12-09 12:35:00
Author: -jk-
Details ] Diff ]
fix airplanes jumping when being built
mod - rts/Sim/MoveTypes/AirMoveType.cpp Diff ] File ]
develop d2918040
Timestamp: 2009-12-09 10:37:51
Author: -jk-
Details ] Diff ]
fix ships are able to 'climb' cliffs
also renamed CMoveType to CStaticMoveType and moved it into a separate file
mod - rts/Sim/MoveTypes/MoveMath/GroundMoveMath.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/MoveMath/GroundMoveMath.h Diff ] File ]
mod - rts/Sim/MoveTypes/MoveMath/HoverMoveMath.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/MoveMath/HoverMoveMath.h Diff ] File ]
mod - rts/Sim/MoveTypes/MoveMath/MoveMath.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/MoveMath/MoveMath.h Diff ] File ]
mod - rts/Sim/MoveTypes/MoveMath/ShipMoveMath.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/MoveMath/ShipMoveMath.h Diff ] File ]
mod - rts/Sim/MoveTypes/MoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/MoveType.h Diff ] File ]
add - rts/Sim/MoveTypes/StaticMoveType.cpp Diff ] File ]
add - rts/Sim/MoveTypes/StaticMoveType.h Diff ] File ]
mod - rts/Sim/Units/UnitLoader.cpp Diff ] File ]
mod - rts/Sim/Units/UnitTypes/Builder.cpp Diff ] File ]
develop 1ba78ffd
Timestamp: 2009-12-09 10:34:12
Author: -jk-
Details ] Diff ]
fix z-fighting issue of labels of map markers
mod - rts/Rendering/InMapDraw.cpp Diff ] File ]
mod - rts/Rendering/InMapDraw.h Diff ] File ]
develop c6140e93
Timestamp: 2009-12-08 23:18:28
Author: Andrea Piras
Details ] Diff ]
fixed copypasta error in assimp model loader
mod - rts/Rendering/UnitModels/AssParser.cpp Diff ] File ]
develop c3a53f09
Timestamp: 2009-12-08 23:10:32
Author: Andrea Piras
Details ] Diff ]
logging functions for assimp model loader
mod - rts/Rendering/UnitModels/AssParser.cpp Diff ] File ]
develop af71ab02
Timestamp: 2009-12-08 19:37:02
Author: Tobi Vollebregt
Details ] Diff ]
typos
mod - rts/System/LoadSaveHandler.cpp Diff ] File ]
develop 00dd214c
Timestamp: 2009-12-08 15:49:08
Author: hoijui
Details ] Diff ]
minor crash-handler cleanup
mod - rts/System/Platform/CrashHandler.cpp Diff ] File ]
develop 12132f54
Timestamp: 2009-12-08 12:51:52
Author: hoijui
Details ] Diff ]
add missing include (credits to koshi)
mod - rts/System/Platform/CrashHandler.cpp Diff ] File ]
develop 04379de7
Timestamp: 2009-12-08 12:03:38
Author: hoijui
Details ] Diff ]
linux crash handler can use external debug symbols now, and should work for libs to (eg Skirmish AIs)
how the debug symbols are searched (top entries considered first):
1. <bin-path>/<bin-file><bin-extension>.dbg
2. <bin-path>/<bin-file>.dbg
3. <debug-path><bin-path>/<bin-file><bin-extension>
4. <bin-path>/<bin-file><bin-extension> (== input)
mod - rts/System/Platform/CrashHandler.cpp Diff ] File ]
develop 7c852652
Timestamp: 2009-12-08 12:03:12
Author: hoijui
Details ] Diff ]
allow fetching the log file from logOutput
mod - rts/System/LogOutput.cpp Diff ] File ]
mod - rts/System/LogOutput.h Diff ] File ]
develop f10c3266
Timestamp: 2009-12-08 12:02:58
Author: hoijui
Details ] Diff ]
include the corresponding header file
mod - rts/lib/streflop/streflopC.cpp Diff ] File ]
develop 37a64149
Timestamp: 2009-12-07 16:17:39
Author: Andrea Piras
Details ] Diff ]
some progresses in loading the geometry data from assimp lib
mod - rts/Rendering/UnitModels/AssParser.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/AssParser.h Diff ] File ]
develop 45611a8f
Timestamp: 2009-12-07 11:07:50
Author: hoijui
Details ] Diff ]
AI: Wrapper: JavaOO: fix event doc comments
mod - AI/Interfaces/Java/bin/jni_wrappEvents.awk Diff ] File ]
mod - AI/Interfaces/Java/bin/native_wrappCommands.awk Diff ] File ]
develop ca27d910
Timestamp: 2009-12-07 10:40:27
Author: hoijui
Details ] Diff ]
AI: Wrapper: JavaOO: fix OO AI Events meta comments parsing
mod - AI/Wrappers/JavaOO/bin/wrappEvents.awk Diff ] File ]
develop 58771855
Timestamp: 2009-12-07 01:15:31
Author: Andrea Piras
Details ] Diff ]
automatically register extensions for assimp lib
mod - rts/Rendering/UnitModels/IModelParser.cpp Diff ] File ]
develop 3c45b11a
Timestamp: 2009-12-07 00:11:15
Author: Andrea Piras
Details ] Diff ]
fixed crash allocating huge amount of memory because of -1 cast to size_t in assimp model loader
mod - rts/Rendering/UnitModels/AssIO.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/AssIO.h Diff ] File ]
mod - rts/Rendering/UnitModels/AssParser.cpp Diff ] File ]
develop ece05b74
Timestamp: 2009-12-06 19:30:14
Author: Andrea Piras
Details ] Diff ]
rewritten a bit spliff's patch for assimp integration
mod - rts/CMakeLists.txt Diff ] File ]
mod - rts/Rendering/UnitModels/3DModel.h Diff ] File ]
add - rts/Rendering/UnitModels/AssIO.cpp Diff ] File ]
add - rts/Rendering/UnitModels/AssIO.h Diff ] File ]
add - rts/Rendering/UnitModels/AssParser.cpp Diff ] File ]
add - rts/Rendering/UnitModels/AssParser.h Diff ] File ]
mod - rts/Rendering/UnitModels/IModelParser.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/IModelParser.h Diff ] File ]
develop 7f3ff20f
Timestamp: 2009-12-06 12:54:06
Author: hoijui
Details ] Diff ]
AI: Wrapper: JavaOO: add getters to OO AI Events
mod - AI/Wrappers/JavaOO/bin/wrappEvents.awk Diff ] File ]
develop 271b9c89
Timestamp: 2009-12-06 09:36:56
Author: hoijui
Details ] Diff ]
AI: Wrapper: JavaOO: OO AI Events now get generated and compiled
They are still stubs only, though.
mod - AI/Wrappers/JavaOO/CMakeLists.txt Diff ] File ]
mod - AI/Wrappers/JavaOO/bin/wrappCallback.awk Diff ] File ]
mod - AI/Wrappers/JavaOO/bin/wrappEvents.awk Diff ] File ]
develop 17a5aa49
Timestamp: 2009-12-06 09:35:05
Author: hoijui
Details ] Diff ]
AI: Wrapper: JavaOO: rename AI Exception classes and derive from a common base class
add - AI/Wrappers/JavaOO/src/main/java/com/springrts/ai/oo/AIException.java Diff ] File ]
mod - AI/Wrappers/JavaOO/src/main/java/com/springrts/ai/oo/CallbackAIException.java Diff ] File ]
mod - AI/Wrappers/JavaOO/src/main/java/com/springrts/ai/oo/EventAIException.java Diff ] File ]
develop 884827b1
Timestamp: 2009-12-06 09:34:20
Author: hoijui
Details ] Diff ]
AI: Wrapper: JavaOO: move/rename AI Exception source files
develop a937e8f1
Timestamp: 2009-12-05 19:57:42
Author: kloot
Details ] Diff ]
* LuaConstGL: expose texture MIP filter control constants
mod - rts/Lua/LuaConstGL.cpp Diff ] File ]
develop 7ce99cc4
Timestamp: 2009-12-05 13:07:01
Author: kloot
Details ] Diff ]
* indentation fixes
mod - rts/System/Util.cpp Diff ] File ]
develop 631d4073
Timestamp: 2009-12-05 12:30:22
Author: tranchis
Committer: kloot
Details ] Diff ]
Added assembly to compile in Snow Leopard (64-bit). It should now compile in MacOS X, in any of both 32-bit and 64-bit flavors.
mod - rts/System/Util.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 673 674 675 676 677 678 679 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last