2025-08-04 01:10 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop b3096049
Timestamp: 2010-01-06 01:24:53
Author: zerver
Details ] Diff ]
Fix CPU detection code for MSVC
mod - rts/System/Util.cpp Diff ] File ]
develop 33270f0d
Timestamp: 2010-01-06 01:24:29
Author: zerver
Details ] Diff ]
Add some GL functions to GML
mod - rts/Rendering/Shaders/Shader.cpp Diff ] File ]
mod - rts/Rendering/Shaders/ShaderHandler.cpp Diff ] File ]
mod - rts/System/GlobalUnsynced.cpp Diff ] File ]
mod - rts/lib/gml/gml.cpp Diff ] File ]
mod - rts/lib/gml/gml.h Diff ] File ]
mod - rts/lib/gml/gmlcls.h Diff ] File ]
mod - rts/lib/gml/gmldef.h Diff ] File ]
mod - rts/lib/gml/gmlfun.h Diff ] File ]
develop 2c7b8125
Timestamp: 2010-01-05 22:11:43
Author: -jk-
Details ] Diff ]
typo in weaponDefs.lua
mod - installer/builddata/springcontent/gamedata/weapondefs.lua Diff ] File ]
develop 04de3063
Timestamp: 2010-01-05 21:13:03
Author: Tobi Vollebregt
Details ] Diff ]
Merge branch 'VSstuff'
mod - rts/System/Util.cpp Diff ] File ]
develop 22262000
Timestamp: 2010-01-05 21:12:49
Author: Tobi Vollebregt
Details ] Diff ]
Added CPU detection code for MSVC

(recommit without whitespace changes to ease merge; original commit by DeadnightWarrior)
mod - rts/System/Util.cpp Diff ] File ]
develop 2a65bc29
Timestamp: 2010-01-05 00:54:03
Author: -jk-
Details ] Diff ]
and another fix in glFont::WordWrap
mod - rts/Rendering/glFont.cpp Diff ] File ]
develop 907971bb
Timestamp: 2010-01-04 20:21:05
Author: hoijui
Details ] Diff ]
AI: HughAI: further adjustments to pureint & fixes
mod - AI/Skirmish/HughAI Diff ] File ]
develop 3cd56a3e
Timestamp: 2010-01-04 20:17:46
Author: hoijui
Details ] Diff ]
Revert "AI: HughAI: temporarily switch repo for pureint branch"

This reverts commit 2e36c33f48629d6a553c6640042523c874a8053d.
mod - .gitmodules Diff ] File ]
develop 2371f010
Timestamp: 2010-01-04 19:53:40
Author: hoijui
Details ] Diff ]
linux X MessageBox format changes (no logic changed)
mod - rts/System/Platform/Linux/X_MessageBox.cpp Diff ] File ]
develop 395e015a
Timestamp: 2010-01-04 19:50:45
Author: hoijui
Details ] Diff ]
AI: Java: adjustment for maven based SkirmishAIs
wrapper libs get installed through maven itsself at build time
to ${myBuildDir}/jlib
mod - AI/Interfaces/Java/CMakeLists.txt Diff ] File ]
develop 1b9c0ddd
Timestamp: 2010-01-04 19:48:38
Author: hoijui
Details ] Diff ]
AI: Java: always prepend target-name to CMake compile/generate commands
mod - AI/Interfaces/Java/CMakeLists.txt Diff ] File ]
mod - AI/Wrappers/JavaOO/CMakeLists.txt Diff ] File ]
develop 641ea05a
Timestamp: 2010-01-04 19:44:39
Author: hoijui
Details ] Diff ]
AI: Java: add wrapper targets to Skirmish AI dependencies
mod - AI/Interfaces/Java/CMakeLists.txt Diff ] File ]
develop 4c3a1185
Timestamp: 2010-01-04 19:40:15
Author: hoijui
Details ] Diff ]
AI: Java: handle some special dirs
install files from some special dirs under the source and build dirs of AIs:
${myBuildDir}/resources/ -> ${myInstDataDir}/resources
${myBuildDir}/config/ -> ${myInstDataDir}/config
${myBuildDir}/script/ -> ${myInstDataDir}/script
${mySourceDir}/src/main/groovy/ -> ${myInstDataDir}/script
${mySourceDir}/src/main/ruby/ -> ${myInstDataDir}/script
${mySourceDir}/src/main/bsh/ -> ${myInstDataDir}/script
${mySourceDir}/src/main/config/ -> ${myInstDataDir}/config
mod - AI/Interfaces/Java/CMakeLists.txt Diff ] File ]
develop 397d72be
Timestamp: 2010-01-04 19:10:32
Author: hoijui
Details ] Diff ]
AI: Java: less redundancy in error values
mod - AI/Interfaces/Java/bin/jni_wrappEvents.awk Diff ] File ]
develop 97601e6b
Timestamp: 2010-01-04 19:07:46
Author: hoijui
Details ] Diff ]
AI: Java: add some more paths to the classpath
now it is:
(j)?config/
(j)?config/[*].jar
(j)?resources/
(j)?resources/[*].jar
(j)?script/
(j)?script/[*].jar
jlib/
jlib/[*].jar
for both the versioned and the common data dirs of a Skirmish AI
mod - AI/Interfaces/Java/src/main/native/InterfaceDefines.h Diff ] File ]
mod - AI/Interfaces/Java/src/main/native/JavaBridge.c Diff ] File ]
develop ffb9c19b
Timestamp: 2010-01-04 19:05:19
Author: hoijui
Details ] Diff ]
AI: Wrapper: JavaOO: fix a bug with WeaponMounts
mod - AI/Wrappers/JavaOO/bin/wrappCallback.awk Diff ] File ]
develop 12dd37e1
Timestamp: 2010-01-04 03:32:39
Author: -jk-
Details ] Diff ]
remove unused headers in Shaders.cpp
mod - rts/Rendering/Shaders/Shader.cpp Diff ] File ]
develop 3059320e
Timestamp: 2010-01-04 03:31:38
Author: -jk-
Details ] Diff ]
another fix in glFont::WordWrap
mod - rts/Rendering/glFont.cpp Diff ] File ]
develop 729229de
Timestamp: 2010-01-04 00:27:55
Author: Karl-Robert Ernst
Details ] Diff ]
unbreak building
mod - rts/CMakeLists.txt Diff ] File ]
develop 092ee99d
Timestamp: 2010-01-03 23:06:08
Author: kloot
Details ] Diff ]
* commentify
mod - rts/Rendering/Shaders/ShaderHandler.cpp Diff ] File ]
develop 36e3a943
Timestamp: 2010-01-03 22:29:57
Author: kloot
Details ] Diff ]
* ShaderHandler: store programs by category
mod - rts/Rendering/Shaders/ShaderHandler.cpp Diff ] File ]
mod - rts/Rendering/Shaders/ShaderHandler.hpp Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
develop df44e45e
Timestamp: 2010-01-03 17:20:01
Author: kloot
Details ] Diff ]
s/mdlShaGenShader/MDLLSPShader
mod - rts/Lua/LuaOpenGL.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/FeatureDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
rm - rts/Rendering/UnitModels/UnitDrawer.cpporg Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.h Diff ] File ]
rm - rts/Rendering/UnitModels/UnitDrawer.horg Diff ] File ]
develop 3c9fd16f
Timestamp: 2010-01-03 17:12:20
Author: Karl-Robert Ernst
Details ] Diff ]
some liblobby improvements
mod - rts/lib/liblobby/CMakeLists.txt Diff ] File ]
mod - rts/lib/liblobby/Connection.cpp Diff ] File ]
mod - rts/lib/liblobby/Connection.h Diff ] File ]
add - rts/lib/liblobby/UserCache.cpp Diff ] File ]
add - rts/lib/liblobby/UserCache.h Diff ] File ]
develop 8ca98730
Timestamp: 2010-01-03 17:12:05
Author: kloot
Details ] Diff ]
* UnitRenderer: abstract model shader handling
rm - installer/builddata/springcontent/shaders/unit_shadow.fp Diff ] File ]
mod - rts/Lua/LuaOpenGL.cpp Diff ] File ]
mod - rts/Map/MapInfo.cpp Diff ] File ]
mod - rts/Map/MapInfo.h Diff ] File ]
mod - rts/Rendering/GL/myGL.cpp Diff ] File ]
mod - rts/Rendering/HUDDrawer.cpp Diff ] File ]
mod - rts/Rendering/HUDDrawer.h Diff ] File ]
add - rts/Rendering/Shaders/Shader.cpp Diff ] File ]
add - rts/Rendering/Shaders/Shader.hpp Diff ] File ]
add - rts/Rendering/Shaders/ShaderHandler.cpp Diff ] File ]
add - rts/Rendering/Shaders/ShaderHandler.hpp Diff ] File ]
mod - rts/Rendering/UnitModels/FeatureDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
add - rts/Rendering/UnitModels/UnitDrawer.cpporg Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.h Diff ] File ]
add - rts/Rendering/UnitModels/UnitDrawer.horg Diff ] File ]
develop 7e69b966
Timestamp: 2010-01-03 16:00:20
Author: Karl-Robert Ernst
Details ] Diff ]
usability
mod - rts/System/UpdaterWindow.cpp Diff ] File ]
mod - rts/aGui/LineEdit.cpp Diff ] File ]
mod - rts/aGui/LineEdit.h Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 665 666 667 668 669 670 671 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last