2025-08-09 08:35 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 4a361299
Timestamp: 2009-05-07 10:13:55
Author: hoijui
Details ] Diff ]
some fixes for save/load
mod - rts/ExternalAI/SkirmishAIWrapper.cpp Diff ] File ]
mod - rts/ExternalAI/SkirmishAIWrapper.h Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
develop 5de7c2fc
Timestamp: 2009-05-07 08:39:06
Author: hoijui
Details ] Diff ]
report a possible error when an AI could not be found to infolog
mod - rts/ExternalAI/AILibraryManager.cpp Diff ] File ]
develop 47c58577
Timestamp: 2009-05-07 08:38:14
Author: hoijui
Details ] Diff ]
make CommandFinnished events get through to the AIs again
mod - rts/Sim/Units/CommandAI/BuilderCAI.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/CommandAI.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/FactoryCAI.cpp Diff ] File ]
mod - rts/Sim/Units/CommandAI/MobileCAI.cpp Diff ] File ]
mod - rts/Sim/Units/Groups/Group.cpp Diff ] File ]
develop 779d3b71
Timestamp: 2009-05-07 02:24:41
Author: Marek Baczynski
Details ] Diff ]
tdm's gcc 4.4.0 compatibility fixes
mod - rts/ExternalAI/SAIInterfaceCallbackImpl.cpp Diff ] File ]
mod - rts/Sim/Misc/ResourceMapAnalyzer.cpp Diff ] File ]
develop fdf48102
Timestamp: 2009-05-07 00:21:56
Author: hoijui
Details ] Diff ]
spammy warning removed, thanks to dieze and Auswaschbar :D
mod - rts/Rendering/GL/VertexArray.inl Diff ] File ]
develop de2c3bce
Timestamp: 2009-05-07 00:20:46
Author: hoijui
Details ] Diff ]
AI: Java Interface: fixes for 64bit systems
mod - AI/Interfaces/Java/JavaBridge.c Diff ] File ]
develop 7d3b9501
Timestamp: 2009-05-07 00:19:49
Author: hoijui
Details ] Diff ]
define a common indicator for 32bit or 64bit-ness
mod - AI/Interfaces/Java/JvmLocater_solaris.c Diff ] File ]
mod - rts/System/exportdefines.h Diff ] File ]
mod - rts/System/maindefines.h Diff ] File ]
develop 3794217e
Timestamp: 2009-05-07 00:11:29
Author: Karl-Robert Ernst
Details ] Diff ]
sound: when wav file has invalid datalength header, fill in the filesize (cut down to whole samples)
mod - rts/System/Sound/SoundBuffer.cpp Diff ] File ]
develop 7d29cb74
Timestamp: 2009-05-06 23:17:39
Author: Tobi Vollebregt
Details ] Diff ]
UnitScript: pure virtual methods for all but no-arg calls

doesn't compile
mod - rts/Sim/Units/COB/UnitScript.h Diff ] File ]
develop e0a458d7
Timestamp: 2009-05-06 23:15:56
Author: Tobi Vollebregt
Details ] Diff ]
luacob: added missing names, enum-ified COBFN constants, documented callins
mod - rts/Sim/Units/COB/UnitScriptNames.cpp Diff ] File ]
mod - rts/Sim/Units/COB/UnitScriptNames.h Diff ] File ]
develop dfdc3c8a
Timestamp: 2009-05-06 22:32:17
Author: hoijui
Details ] Diff ]
AI: Java Interface: instead of always client, look for the server version of the JVM by default on 64bit systems (following SUN convention)
mod - AI/Interfaces/Java/JavaBridge.c Diff ] File ]
develop 8b3856a1
Timestamp: 2009-05-06 19:44:31
Author: Karl-Robert Ernst
Details ] Diff ]
Merge branch 'master' of git@github.com:spring/spring
mod - AI/Interfaces/C/Interface.cpp Diff ] File ]
mod - AI/Interfaces/C/Interface.h Diff ] File ]
mod - AI/Interfaces/Java/JavaBridge.c Diff ] File ]
mod - AI/Interfaces/Java/bin/java_wrappCallbackOO.awk Diff ] File ]
mod - AI/Wrappers/CUtils/SharedLibrary.c Diff ] File ]
mod - AI/Wrappers/CUtils/SharedLibrary.h Diff ] File ]
mod - rts/ExternalAI/Interface/AISEvents.h Diff ] File ]
mod - rts/Sim/Misc/Team.cpp Diff ] File ]
mod - rts/Sim/Units/UnitTypes/Factory.cpp Diff ] File ]
mod - rts/Sim/Units/UnitTypes/TransportUnit.cpp Diff ] File ]
develop 28ad3e86
Timestamp: 2009-05-06 19:43:50
Author: Karl-Robert Ernst
Details ] Diff ]
sound: fix height scaling issues
mod - rts/System/Sound/Sound.cpp Diff ] File ]
mod - rts/System/Sound/Sound.h Diff ] File ]
develop 32364dec
Timestamp: 2009-05-06 19:10:01
Author: hoijui
Details ] Diff ]
AI: Java Interface: fix a bug, thanks to LoidThanead, he found it and hunted it down to the darkest edge of its hole.
some comments added to a AI Events, so this same error may appear less likely in an other interface.
mod - AI/Interfaces/Java/JavaBridge.c Diff ] File ]
mod - AI/Interfaces/Java/bin/java_wrappCallbackOO.awk Diff ] File ]
mod - rts/ExternalAI/Interface/AISEvents.h Diff ] File ]
mod - rts/Sim/Misc/Team.cpp Diff ] File ]
mod - rts/Sim/Units/UnitTypes/Factory.cpp Diff ] File ]
mod - rts/Sim/Units/UnitTypes/TransportUnit.cpp Diff ] File ]
develop 44003ff9
Timestamp: 2009-05-06 19:05:32
Author: hoijui
Details ] Diff ]
AI: C Interface: fix a bug and switch from use of SharedLib.h (engine, C++) to SharedLibrary.h (AI CUtils, C)
the bug appeared when a native Skirmish AI library could not be loaded. the engine still though it was loaded successfully.
mod - AI/Interfaces/C/Interface.cpp Diff ] File ]
mod - AI/Interfaces/C/Interface.h Diff ] File ]
mod - AI/Wrappers/CUtils/SharedLibrary.c Diff ] File ]
mod - AI/Wrappers/CUtils/SharedLibrary.h Diff ] File ]
develop c1933fb8
Timestamp: 2009-05-06 18:23:48
Author: Karl-Robert Ernst
Details ] Diff ]
Merge branch 'master' of git@github.com:spring/spring
mod - rts/Rendering/glFont.cpp Diff ] File ]
develop d4a1324e
Timestamp: 2009-05-06 18:21:24
Author: zerver
Details ] Diff ]
Fix crashes in new font system
mod - rts/Rendering/glFont.cpp Diff ] File ]
develop 65a8fea0
Timestamp: 2009-05-06 17:43:32
Author: Karl-Robert Ernst
Details ] Diff ]
remove orphaned function declaration
mod - rts/System/Sound/Sound.h Diff ] File ]
develop bfdd7712
Timestamp: 2009-05-06 16:20:13
Author: zerver
Details ] Diff ]
Again :)
mod - rts/System/TimeUtil.h Diff ] File ]
mod - rts/build/vstudio8/rts.vcproj Diff ] File ]
develop abe757ec
Timestamp: 2009-05-06 16:11:03
Author: zerver
Details ] Diff ]
Merge branch 'master' of git@github.com:spring/spring
mod - AI/Skirmish/KAIK/DGunController.cpp Diff ] File ]
mod - AI/Wrappers/LegacyCpp/AIAICallback.cpp Diff ] File ]
mod - rts/Game/UI/QuitBox.cpp Diff ] File ]
mod - rts/Game/UI/QuitBox.h Diff ] File ]
mod - rts/System/DemoRecorder.cpp Diff ] File ]
add - rts/System/TimeUtil.cpp Diff ] File ]
add - rts/System/TimeUtil.h Diff ] File ]
mod - tools/DedicatedServer/CMakeLists.txt Diff ] File ]
develop 68014243
Timestamp: 2009-05-06 16:10:31
Author: zerver
Details ] Diff ]
Fix compile error in new font system (MSVC)
mod - rts/Rendering/glFont.cpp Diff ] File ]
mod - rts/build/vstudio8/rts.vcproj Diff ] File ]
develop ac8dd303
Timestamp: 2009-05-06 15:56:25
Author: Kloot
Details ] Diff ]
Merge branch 'master' of git://github.com/spring/spring
mod - rts/Game/UI/QuitBox.cpp Diff ] File ]
mod - rts/Game/UI/QuitBox.h Diff ] File ]
mod - rts/System/DemoRecorder.cpp Diff ] File ]
add - rts/System/TimeUtil.cpp Diff ] File ]
add - rts/System/TimeUtil.h Diff ] File ]
mod - tools/DedicatedServer/CMakeLists.txt Diff ] File ]
develop 04d9ab15
Timestamp: 2009-05-06 15:55:55
Author: Kloot
Details ] Diff ]
AI: pass the proper command identifiers from the legacy callback wrapper
mod - AI/Skirmish/KAIK/DGunController.cpp Diff ] File ]
mod - AI/Wrappers/LegacyCpp/AIAICallback.cpp Diff ] File ]
develop a9c4db38
Timestamp: 2009-05-06 15:25:30
Author: hoijui
Details ] Diff ]
allow the user to save the game through the Quit-Box (save-game-file-name is auto generated, not choosable)
mod - rts/Game/UI/QuitBox.cpp Diff ] File ]
mod - rts/Game/UI/QuitBox.h Diff ] File ]
mod - rts/System/DemoRecorder.cpp Diff ] File ]
add - rts/System/TimeUtil.cpp Diff ] File ]
add - rts/System/TimeUtil.h Diff ] File ]
mod - tools/DedicatedServer/CMakeLists.txt Diff ] File ]
develop 8b3f107e
Timestamp: 2009-05-06 15:08:50
Author: Kloot
Details ] Diff ]
* fix SEGV on startup due to zerver\'s Mantis 0000228 fix
mod - rts/System/SpringApp.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 753 754 755 756 757 758 759 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last