2025-08-24 22:43 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 8de9fe5b
Timestamp: 2009-07-22 17:33:25
Author: hoijui
Details ] Diff ]
CMake: AI: fix Legacy C++ AI linkage
mod - AI/Wrappers/LegacyCpp/CMakeLists.txt Diff ] File ]
develop 0ab50292
Timestamp: 2009-07-22 15:54:22
Author: Karl-Robert Ernst
Details ] Diff ]
fix a bug when sounddriver cannot handle any sources
mod - rts/System/Sound/Sound.cpp Diff ] File ]
develop a5adf2f3
Timestamp: 2009-07-22 15:46:45
Author: Kloot
Details ] Diff ]
enable ground units to move in reverse (requires defining a non-zero maxReverseVelocity in a unit's definition file)
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/GroundMoveType.h Diff ] File ]
mod - rts/Sim/Units/UnitDef.h Diff ] File ]
mod - rts/Sim/Units/UnitDefHandler.cpp Diff ] File ]
mod - rts/Sim/Units/UnitLoader.cpp Diff ] File ]
develop 57759eb8
Timestamp: 2009-07-22 15:22:57
Author: hoijui
Details ] Diff ]
AI: try to fix mantis 1396
mod - rts/ExternalAI/EngineOutHandler.cpp Diff ] File ]
develop 60bbcb82
Timestamp: 2009-07-22 09:44:08
Author: -jk-
Details ] Diff ]
* fixed bug, so groundtextures out of view get now correctly unloaded
mod - rts/Map/SMF/BFGroundTextures.cpp Diff ] File ]
mod - rts/Map/SMF/BFGroundTextures.h Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
develop dac64347
Timestamp: 2009-07-22 07:38:36
Author: -jk-
Details ] Diff ]
* return an useful error message if a moveclass is missing
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Lua/LuaPathFinder.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/MoveInfo.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/MoveInfo.h Diff ] File ]
mod - rts/Sim/Units/UnitDefHandler.cpp Diff ] File ]
mod - rts/Sim/Units/UnitDefHandler.h Diff ] File ]
develop 166de03f
Timestamp: 2009-07-22 00:05:04
Author: Kloot
Details ] Diff ]
Merge branch 'master' of git://github.com/spring/spring
mod - rts/Game/GameSetup.cpp Diff ] File ]
mod - rts/System/Platform/Misc.cpp Diff ] File ]
develop d3f6f18a
Timestamp: 2009-07-22 00:02:45
Author: Kloot
Details ] Diff ]
addendum to 0a649e3bc01818fbe5684a32ab5d91c6cb6c42df : allow MarkerAdd{Point, Line} to place only local map marks
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
develop 1c5e0929
Timestamp: 2009-07-21 22:59:53
Author: Karl-Robert Ernst
Details ] Diff ]
fix using wrong index boundaries for script.txt parsing
mod - rts/Game/GameSetup.cpp Diff ] File ]
develop a3746702
Timestamp: 2009-07-21 22:40:47
Author: Marek Baczynski
Details ] Diff ]
restore writing of windows versions to the infolog
mod - rts/System/Platform/Misc.cpp Diff ] File ]
develop 3a8d0f63
Timestamp: 2009-07-21 22:37:34
Author: Kloot
Details ] Diff ]
* forgot to add these to 0a649e3bc01818fbe5684a32ab5d91c6cb6c42df
mod - rts/Rendering/InMapDraw.cpp Diff ] File ]
mod - rts/Rendering/InMapDraw.h Diff ] File ]
develop 0a649e3b
Timestamp: 2009-07-21 22:32:20
Author: Kloot
Details ] Diff ]
*allow clients to ignore incoming Lua map-draw messages
mod - rts/ExternalAI/AICallback.cpp Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
mod - rts/System/BaseNetProtocol.cpp Diff ] File ]
mod - rts/System/BaseNetProtocol.h Diff ] File ]
develop 1beead18
Timestamp: 2009-07-21 19:39:52
Author: hoijui
Details ] Diff ]
fix for last commit (thanks Auswaschbar)
mod - rts/System/Sound/Sound.h Diff ] File ]
develop f8ba5985
Timestamp: 2009-07-21 19:17:34
Author: -jk-
Details ] Diff ]
improve to 2be683bb564a088c87115bb443fc1c2184e83751
mod - rts/Rendering/Env/AdvWater.cpp Diff ] File ]
mod - rts/Rendering/Env/DynWater.cpp Diff ] File ]
mod - rts/Rendering/GL/FBO.cpp Diff ] File ]
develop 995bfcb8
Timestamp: 2009-07-21 19:16:27
Author: -jk-
Details ] Diff ]
change to 3d0aa9ed6ca92f83d46a0373ef1632789350d5d8: added a new modinfo tag "allowAirPlanesToLeaveMap"
mod - rts/Sim/Misc/ModInfo.cpp Diff ] File ]
mod - rts/Sim/Misc/ModInfo.h Diff ] File ]
mod - rts/Sim/MoveTypes/TAAirMoveType.cpp Diff ] File ]
develop 7c6a434c
Timestamp: 2009-07-21 19:14:27
Author: -jk-
Details ] Diff ]
fixed UnitEnteredAir() lua callin
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
develop f4e3635b
Timestamp: 2009-07-21 18:42:10
Author: -jk-
Details ] Diff ]
lineending fix
mod - AI/Skirmish/NTai/AI/NTai/Helpers/TdfParser.cpp Diff ] File ]
develop 4214a2b9
Timestamp: 2009-07-21 18:11:22
Author: hoijui
Details ] Diff ]
make compatible with boost 1.34 again
mod - CMakeLists.txt Diff ] File ]
mod - rts/Game/GameServer.cpp Diff ] File ]
mod - rts/System/Sound/Sound.cpp Diff ] File ]
mod - rts/System/Sound/Sound.h Diff ] File ]
develop e0b77b9c
Timestamp: 2009-07-21 18:08:34
Author: hoijui
Details ] Diff ]
some compile error fixes
mod - AI/Skirmish/NTai/AI/NTai/Helpers/TdfParser.cpp Diff ] File ]
mod - rts/System/LogOutput.cpp Diff ] File ]
mod - rts/System/Sync/SyncDebugger.cpp Diff ] File ]
develop 2ffc8579
Timestamp: 2009-07-20 16:27:31
Author: Karl-Robert Ernst
Details ] Diff ]
clear net-selection on resign / giveaway
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/SelectedUnits.cpp Diff ] File ]
mod - rts/Game/SelectedUnits.h Diff ] File ]
develop 2017fa39
Timestamp: 2009-07-20 15:28:35
Author: Karl-Robert Ernst
Details ] Diff ]
added HowToBuild file to Documentation (reference to the wiki)
add - Documentation/HowToBuild.txt Diff ] File ]
develop 0bb908fe
Timestamp: 2009-07-20 10:58:59
Author: hoijui
Details ] Diff ]
SCons: fix OpenAL include dir on linux with openal-config
mod - rts/build/scons/config.py Diff ] File ]
develop 73f1793b
Timestamp: 2009-07-19 23:38:00
Author: hoijui
Details ] Diff ]
SCons: E323AI should now link to a usable library
mod - AI/SConscript Diff ] File ]
develop c886a37f
Timestamp: 2009-07-19 23:35:00
Author: hoijui
Details ] Diff ]
include latest version of E323AI (fixes CMake build script)
mod - AI/Skirmish/E323AI Diff ] File ]
develop 4470d041
Timestamp: 2009-07-19 23:28:27
Author: hoijui
Details ] Diff ]
AI: Java: further AIFloat3 imporovements by cranphin
mod - AI/Interfaces/Java/src/java/com/springrts/ai/AIFloat3.java Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 725 726 727 728 729 730 731 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last