2025-08-08 15:34 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 2996a024
Timestamp: 2009-11-29 11:50:18
Author: Karl-Robert Ernst
Details ] Diff ]
should have paid more attention to line numbers
mod - rts/Game/GameSetup.cpp Diff ] File ]
develop ef5612c0
Timestamp: 2009-11-29 11:23:08
Author: Karl-Robert Ernst
Details ] Diff ]
remove the nedmalloc
mod - rts/CMakeLists.txt Diff ] File ]
mod - rts/Game/GameVersion.cpp Diff ] File ]
rm - tools/nedmalloc/License.txt Diff ] File ]
rm - tools/nedmalloc/Readme.txt Diff ] File ]
rm - tools/nedmalloc/SConscript Diff ] File ]
rm - tools/nedmalloc/malloc.c.h Diff ] File ]
rm - tools/nedmalloc/nedmalloc.c Diff ] File ]
rm - tools/nedmalloc/nedmalloc.h Diff ] File ]
rm - tools/nedmalloc/nedmalloc.sln Diff ] File ]
rm - tools/nedmalloc/nedmalloc.vcproj Diff ] File ]
rm - tools/nedmalloc/test.c Diff ] File ]
rm - tools/nedmalloc/testlist.cpp Diff ] File ]
develop f661cf60
Timestamp: 2009-11-29 11:18:35
Author: Karl-Robert Ernst
Details ] Diff ]
fix some warnings
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/GameSetup.cpp Diff ] File ]
develop fdb8574f
Timestamp: 2009-11-29 01:36:10
Author: hoijui
Details ] Diff ]
source packages generation: have submodule sources in the Windows packages too
mod - installer/make_source_package.sh Diff ] File ]
develop 09c2a7fb
Timestamp: 2009-11-29 01:05:28
Author: hoijui
Details ] Diff ]
source packages generation: build .tar.bz2(Linux) and .zip(Windows) by default
before it was .tar.lzma and .tar.gz, which are both Linux packages
mod - installer/make_source_package.sh Diff ] File ]
develop 402bb8c3
Timestamp: 2009-11-29 01:03:40
Author: hoijui
Details ] Diff ]
remove installer generation files from Linux source packages
makes Linux source packages GPL compatible; no more .exe and .dll files
Linux archives are:
* .tar.lzma
* .tar.bz2
* .tar.gz
mod - installer/make_source_package.sh Diff ] File ]
develop ebdbadf2
Timestamp: 2009-11-28 23:47:42
Author: zerver
Details ] Diff ]
Cleanup some tree drawing code
mod - rts/Rendering/Env/AdvTreeDrawer.cpp Diff ] File ]
mod - rts/Rendering/Env/BaseTreeDrawer.cpp Diff ] File ]
mod - rts/Rendering/Env/BaseTreeDrawer.h Diff ] File ]
mod - rts/Rendering/Env/BasicTreeDrawer.cpp Diff ] File ]
develop 59a7c250
Timestamp: 2009-11-28 22:49:54
Author: hoijui
Details ] Diff ]
rework VS bool define for C
main change: define bool as unsigned char instead of int
mod - rts/System/booldefines.h Diff ] File ]
develop 382c292e
Timestamp: 2009-11-28 22:35:42
Author: hoijui
Details ] Diff ]
an other try at fixing streflop_cond for VS (credits to slogic)
mod - rts/lib/streflop/streflop_cond.h Diff ] File ]
develop e48adc3c
Timestamp: 2009-11-28 22:00:19
Author: hoijui
Details ] Diff ]
add missing include
mod - rts/Rendering/FartextureHandler.cpp Diff ] File ]
develop 2901cb02
Timestamp: 2009-11-28 21:11:53
Author: hoijui
Details ] Diff ]
add bool defines for Visual Studio C
bool is a C99 type, VS does not support C99
add - rts/System/booldefines.h Diff ] File ]
mod - rts/System/maindefines.h Diff ] File ]
develop e3d65b17
Timestamp: 2009-11-28 20:40:18
Author: hoijui
Details ] Diff ]
fix streflop_cond.h for VS C
mod - rts/lib/streflop/streflop_cond.h Diff ] File ]
develop 1b30ea14
Timestamp: 2009-11-28 16:17:08
Author: kloot
Details ] Diff ]
* refactor CUnitDrawer::DrawFar and CFeatureDrawer::DrawFar into CFartextureHandler::DrawFarTexture
mod - rts/Rendering/FartextureHandler.cpp Diff ] File ]
mod - rts/Rendering/FartextureHandler.h Diff ] File ]
mod - rts/Rendering/UnitModels/FeatureDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/FeatureDrawer.h Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.h Diff ] File ]
develop 65a85937
Timestamp: 2009-11-28 14:23:37
Author: Tobi Vollebregt
Details ] Diff ]
double underscore is reserved for compiler vendor! fixes compilation on GCC 4.4
mod - rts/System/myMath.h Diff ] File ]
develop a1c92dfe
Timestamp: 2009-11-28 03:19:16
Author: -jk-
Details ] Diff ]
some additional gcc const & pure attribute flags in myMath.h
mod - rts/System/myMath.h Diff ] File ]
develop b1e43beb
Timestamp: 2009-11-28 03:17:39
Author: -jk-
Details ] Diff ]
made number of FarTexture orientations flexible
mod - rts/Rendering/UnitModels/FeatureDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/FeatureDrawer.h Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
develop 4a52a21b
Timestamp: 2009-11-28 03:15:17
Author: -jk-
Details ] Diff ]
fix typo
mod - rts/Sim/Features/Feature.cpp Diff ] File ]
develop 6f7afa8d
Timestamp: 2009-11-27 18:29:19
Author: -jk-
Details ] Diff ]
fix incorrect rotation
mod - rts/Rendering/FartextureHandler.cpp Diff ] File ]
develop 1d9983bb
Timestamp: 2009-11-27 18:19:04
Author: -jk-
Details ] Diff ]
less casting
mod - rts/Sim/Projectiles/WeaponProjectiles/MissileProjectile.cpp Diff ] File ]
mod - rts/Sim/Projectiles/WeaponProjectiles/StarburstProjectile.cpp Diff ] File ]
mod - rts/Sim/Projectiles/WeaponProjectiles/WeaponProjectile.cpp Diff ] File ]
develop ec0e7f4a
Timestamp: 2009-11-27 18:18:33
Author: -jk-
Details ] Diff ]
fixed Lua::SetFeatureDirection
mod - rts/Sim/Features/Feature.cpp Diff ] File ]
develop c00089b7
Timestamp: 2009-11-27 18:17:06
Author: -jk-
Details ] Diff ]
small tweaks in fartexture drawing
mod - rts/Rendering/FartextureHandler.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/FeatureDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitModels/UnitDrawer.cpp Diff ] File ]
mod - rts/System/Matrix44f.h Diff ] File ]
develop 87a0e28c
Timestamp: 2009-11-27 12:44:31
Author: hoijui
Details ] Diff ]
AI: Wrapper: JavaOO: add preliminary CMake build script
add - AI/Wrappers/JavaOO/CMakeLists.txt Diff ] File ]
develop ad88fbfe
Timestamp: 2009-11-27 12:44:10
Author: hoijui
Details ] Diff ]
AI: Wrapper: JavaOO: huge adjustments to callback and event wrapper scripts
mod - AI/Wrappers/JavaOO/bin/wrappCallback.awk Diff ] File ]
mod - AI/Wrappers/JavaOO/bin/wrappEvents.awk Diff ] File ]
develop 6ceb08bf
Timestamp: 2009-11-27 12:43:09
Author: hoijui
Details ] Diff ]
AI: Java: info messages adjusted
mod - AI/Interfaces/Java/CMakeLists.txt Diff ] File ]
develop 2eac71c5
Timestamp: 2009-11-27 12:42:28
Author: hoijui
Details ] Diff ]
AI: fixes fro the common OO AWK wrapper script
mod - AI/Wrappers/CUtils/bin/commonOOCallback.awk Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 550 ... 660 ... 675 676 677 678 679 680 681 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last