2025-08-06 12:24 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop c486616c
Timestamp: 2011-02-16 17:49:12
Author: zerver
Details ] Diff ]
DynSun: Update shading texture also
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Map/ReadMap.h Diff ] File ]
mod - rts/Map/SMF/SmfReadMap.cpp Diff ] File ]
mod - rts/Map/SMF/SmfReadMap.h Diff ] File ]
develop e6478924
Timestamp: 2011-02-16 03:34:33
Author: abma
Details ] Diff ]
Revert "(DS) fix osx linkage"

This reverts commit 2cb9ac49ea2dc4cf0dd945922abbdde39de2c05b.
mod - rts/builds/DS/main.cpp Diff ] File ]
develop 2cb9ac49
Timestamp: 2011-02-16 02:33:47
Author: abma
Details ] Diff ]
(DS) fix osx linkage
mod - rts/builds/DS/main.cpp Diff ] File ]
develop ecf44b5d
Timestamp: 2011-02-16 02:08:34
Author: abma
Details ] Diff ]
osx compile fixes
mod - .gitignore Diff ] File ]
mod - rts/System/OffscreenGLContext.cpp Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
develop ecf526b5
Timestamp: 2011-02-15 14:34:16
Author: kloot
Details ] Diff ]
ST: allow empty prefix strings
mod - buildbot/stacktrace_translator/stacktrace_translator.py Diff ] File ]
develop 98e8cdb0
Timestamp: 2011-02-15 14:32:01
Author: kloot
Details ] Diff ]
fix slooow unit movement when turning in FPS mode (0002349)
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/GroundMoveType.h Diff ] File ]
develop 2ad58491
Timestamp: 2011-02-15 13:52:04
Author: kloot
Details ] Diff ]
move some 3DO-specific code to where it belongs
mod - rts/Rendering/Models/3DModel.cpp Diff ] File ]
mod - rts/Rendering/Models/3DModel.h Diff ] File ]
mod - rts/Rendering/Models/3DOParser.h Diff ] File ]
develop dd3db96b
Timestamp: 2011-02-15 02:08:03
Author: zerver
Details ] Diff ]
LuaHandle tweaks
mod - rts/Lua/LuaHandle.cpp Diff ] File ]
mod - rts/Lua/LuaHandle.h Diff ] File ]
mod - rts/Lua/LuaHandleSynced.cpp Diff ] File ]
mod - rts/Lua/LuaHandleSynced.h Diff ] File ]
add - rts/Lua/LuaHelper.h Diff ] File ]
mod - rts/Lua/LuaPathFinder.cpp Diff ] File ]
mod - rts/Lua/LuaSyncedCtrl.cpp Diff ] File ]
mod - rts/Lua/LuaSyncedRead.cpp Diff ] File ]
mod - rts/Lua/LuaUnitDefs.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
mod - rts/Lua/LuaVFS.cpp Diff ] File ]
mod - rts/Lua/LuaWeaponDefs.cpp Diff ] File ]
develop 8313da06
Timestamp: 2011-02-14 21:48:29
Author: kloot
Details ] Diff ]
cleanup/refactor FPS logic
mod - rts/Game/Camera/FPSController.cpp Diff ] File ]
add - rts/Game/FPSUnitController.cpp Diff ] File ]
add - rts/Game/FPSUnitController.h Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/NetCommands.cpp Diff ] File ]
mod - rts/Game/Player.cpp Diff ] File ]
mod - rts/Game/Player.h Diff ] File ]
mod - rts/Game/PlayerHandler.cpp Diff ] File ]
mod - rts/Game/UI/MouseHandler.cpp Diff ] File ]
mod - rts/Game/UnsyncedGameCommands.cpp Diff ] File ]
mod - rts/Lua/LuaSyncedRead.cpp Diff ] File ]
mod - rts/Rendering/HUDDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitDrawer.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/AirMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/TAAirMoveType.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.h Diff ] File ]
mod - rts/Sim/Weapons/BeamLaser.cpp Diff ] File ]
mod - rts/Sim/Weapons/Cannon.cpp Diff ] File ]
mod - rts/Sim/Weapons/LaserCannon.cpp Diff ] File ]
mod - rts/Sim/Weapons/Weapon.cpp Diff ] File ]
mod - rts/System/GlobalUnsynced.cpp Diff ] File ]
mod - rts/System/GlobalUnsynced.h Diff ] File ]
develop 3f566dd8
Timestamp: 2011-02-14 17:49:27
Author: kloot
Details ] Diff ]
fix
mod - rts/System/Sound/NullMusicChannel.h Diff ] File ]
develop b282da6b
Timestamp: 2011-02-14 17:29:18
Author: kloot
Details ] Diff ]
move Sound* to its own namespace for 0002342
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/LoadScreen.cpp Diff ] File ]
mod - rts/Game/NetCommands.cpp Diff ] File ]
mod - rts/Game/SelectedUnits.cpp Diff ] File ]
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
mod - rts/Game/UI/MiniMap.cpp Diff ] File ]
mod - rts/Game/UI/MouseHandler.cpp Diff ] File ]
mod - rts/Game/UnsyncedGameCommands.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedRead.cpp Diff ] File ]
mod - rts/Rendering/InMapDraw.cpp Diff ] File ]
mod - rts/Sim/Misc/CommonDefHandler.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
mod - rts/Sim/Projectiles/WeaponProjectiles/WeaponProjectile.cpp Diff ] File ]
mod - rts/Sim/Units/Scripts/CobFile.cpp Diff ] File ]
mod - rts/Sim/Units/Scripts/CobInstance.cpp Diff ] File ]
mod - rts/Sim/Units/Scripts/UnitScript.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
mod - rts/Sim/Units/UnitTypes/Builder.cpp Diff ] File ]
mod - rts/Sim/Units/UnitTypes/Factory.cpp Diff ] File ]
mod - rts/Sim/Weapons/Weapon.cpp Diff ] File ]
mod - rts/System/Sound/ALShared.cpp Diff ] File ]
mod - rts/System/Sound/EffectChannel.cpp Diff ] File ]
mod - rts/System/Sound/EffectChannel.h Diff ] File ]
mod - rts/System/Sound/IAudioChannel.cpp Diff ] File ]
mod - rts/System/Sound/IAudioChannel.h Diff ] File ]
mod - rts/System/Sound/IEffectChannel.cpp Diff ] File ]
mod - rts/System/Sound/IEffectChannel.h Diff ] File ]
mod - rts/System/Sound/IMusicChannel.cpp Diff ] File ]
mod - rts/System/Sound/IMusicChannel.h Diff ] File ]
mod - rts/System/Sound/ISound.cpp Diff ] File ]
mod - rts/System/Sound/ISound.h Diff ] File ]
mod - rts/System/Sound/MusicChannel.cpp Diff ] File ]
mod - rts/System/Sound/MusicChannel.h Diff ] File ]
mod - rts/System/Sound/NullEffectChannel.h Diff ] File ]
mod - rts/System/Sound/NullSound.cpp Diff ] File ]
mod - rts/System/Sound/NullSound.h Diff ] File ]
mod - rts/System/Sound/OggStream.cpp Diff ] File ]
mod - rts/System/Sound/OggStream.h Diff ] File ]
mod - rts/System/Sound/Sound.cpp Diff ] File ]
mod - rts/System/Sound/Sound.h Diff ] File ]
mod - rts/System/Sound/SoundBuffer.cpp Diff ] File ]
mod - rts/System/Sound/SoundBuffer.h Diff ] File ]
add - rts/System/Sound/SoundChannels.h Diff ] File ]
mod - rts/System/Sound/SoundItem.cpp Diff ] File ]
mod - rts/System/Sound/SoundItem.h Diff ] File ]
mod - rts/System/Sound/SoundLog.cpp Diff ] File ]
mod - rts/System/Sound/SoundLog.h Diff ] File ]
mod - rts/System/Sound/SoundSource.cpp Diff ] File ]
mod - rts/System/Sound/SoundSource.h Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
develop a8709bf8
Timestamp: 2011-02-14 14:12:21
Author: kloot
Details ] Diff ]
Merge branch 'master' of git@github.com:spring/spring
develop db82077d
Timestamp: 2011-02-14 14:12:02
Author: kloot
Details ] Diff ]
move CIcon* to its own namespace for 0002342
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/UI/MiniMap.cpp Diff ] File ]
mod - rts/Game/UI/MiniMap.h Diff ] File ]
mod - rts/Lua/LuaUnitDefs.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
mod - rts/Rendering/Icon.h Diff ] File ]
mod - rts/Rendering/IconHandler.cpp Diff ] File ]
mod - rts/Rendering/IconHandler.h Diff ] File ]
mod - rts/Rendering/UnitDrawer.cpp Diff ] File ]
mod - rts/Sim/Units/UnitDef.cpp Diff ] File ]
mod - rts/Sim/Units/UnitDef.h Diff ] File ]
develop 20be77be
Timestamp: 2011-02-14 01:22:15
Author: zerver
Details ] Diff ]
LuaHandle tweaks
mod - rts/Lua/LuaHandle.cpp Diff ] File ]
mod - rts/Lua/LuaHandle.h Diff ] File ]
mod - rts/Lua/LuaHandleSynced.cpp Diff ] File ]
mod - rts/Lua/LuaHandleSynced.h Diff ] File ]
mod - rts/Lua/LuaIO.cpp Diff ] File ]
mod - rts/Lua/LuaOpenGL.cpp Diff ] File ]
mod - rts/Lua/LuaPathFinder.cpp Diff ] File ]
mod - rts/Lua/LuaRules.cpp Diff ] File ]
mod - rts/Lua/LuaSyncedCtrl.cpp Diff ] File ]
mod - rts/Lua/LuaSyncedMoveCtrl.cpp Diff ] File ]
mod - rts/Lua/LuaSyncedRead.cpp Diff ] File ]
mod - rts/Lua/LuaUnitDefs.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedRead.cpp Diff ] File ]
mod - rts/Lua/LuaVFS.cpp Diff ] File ]
mod - rts/Lua/LuaWeaponDefs.cpp Diff ] File ]
mod - rts/Sim/Units/COB/LuaUnitScript.cpp Diff ] File ]
mod - rts/lib/lua/src/lstate.cpp Diff ] File ]
develop 9a98dfe4
Timestamp: 2011-02-13 22:47:51
Author: abma
Details ] Diff ]
Revert "osx compile fix"

This reverts commit 8d442f4f8dd1a150f66e0a369eff2b8bec970c5d.
mod - .gitignore Diff ] File ]
mod - rts/System/OffscreenGLContext.cpp Diff ] File ]
mod - rts/System/OffscreenGLContext.h Diff ] File ]
develop e26d69a2
Timestamp: 2011-02-13 22:47:36
Author: abma
Details ] Diff ]
Revert "mac osx compile fix #2 (try and error :-/)"

This reverts commit a8a81a9f35fc184dc941a3b742e6c91ca59d629a.
mod - rts/System/OffscreenGLContext.cpp Diff ] File ]
develop a8a81a9f
Timestamp: 2011-02-13 22:22:16
Author: abma
Details ] Diff ]
mac osx compile fix #2 (try and error :-/)
mod - rts/System/OffscreenGLContext.cpp Diff ] File ]
develop 8d442f4f
Timestamp: 2011-02-13 22:06:27
Author: abma
Details ] Diff ]
osx compile fix
mod - .gitignore Diff ] File ]
mod - rts/System/OffscreenGLContext.cpp Diff ] File ]
mod - rts/System/OffscreenGLContext.h Diff ] File ]
develop 34300011
Timestamp: 2011-02-13 20:23:34
Author: kloot
Details ] Diff ]
do not force alwaysVisible for SpherePartProjectile's
mod - rts/Sim/Projectiles/Unsynced/SpherePartProjectile.cpp Diff ] File ]
develop cd6930f8
Timestamp: 2011-02-13 18:28:05
Author: kloot
Details ] Diff ]
fix crash when exiting while in FPS mode
fix units unable to fire non-dgun weapons while in FPS mode (caused by 581c9e50591249a91fba56be35e7dd0b2b365946)
mod - rts/Game/Player.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.h Diff ] File ]
develop 9953e313
Timestamp: 2011-02-13 18:26:00
Author: kloot
Details ] Diff ]
[UD] remove one-liner function
mod - rts/Lua/LuaOpenGL.cpp Diff ] File ]
mod - rts/Rendering/DebugColVolDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitDrawer.cpp Diff ] File ]
mod - rts/Rendering/UnitDrawer.h Diff ] File ]
develop 8a1ae335
Timestamp: 2011-02-12 16:56:38
Author: -jk-
Details ] Diff ]
add an assert() to prevent any future unnecessary memalloc in ArchiveFiles
mod - rts/System/FileSystem/FileHandler.cpp Diff ] File ]
develop 7c7ae68a
Timestamp: 2011-02-12 16:45:29
Author: -jk-
Details ] Diff ]
fix unnecessary memory allocation in Archive7Zip
mod - rts/System/FileSystem/Archive7Zip.cpp Diff ] File ]
develop 05dccc01
Timestamp: 2011-02-12 16:44:46
Author: -jk-
Details ] Diff ]
minimal beautification
mod - rts/Map/ReadMap.cpp Diff ] File ]
mod - rts/Rendering/FeatureDrawer.cpp Diff ] File ]
develop 7b22a0ed
Timestamp: 2011-02-12 16:41:14
Author: -jk-
Details ] Diff ]
move DebugColVol drawer into an own file and add support for features, too
mod - rts/Game/Game.cpp Diff ] File ]
add - rts/Rendering/DebugColVolDrawer.cpp Diff ] File ]
add - rts/Rendering/DebugColVolDrawer.h Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 330 ... 440 ... 542 543 544 545 546 547 548 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last