Changesets: spring
develop 7431d724
Timestamp: 2009-06-14 19:58:09 Author: zerver [ Details ] [ Diff ] |
Update VCproj | ||
mod - rts/System/Sound/SoundSource.cpp | [ Diff ] [ File ] | ||
mod - rts/build/vstudio8/rts.vcproj | [ Diff ] [ File ] | ||
develop 5b37cf4d
Timestamp: 2009-06-14 19:10:31 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
remove the DIRECT_CONTROL_ALLOWED switch (doesn't compile without, cannot play online without either) | ||
mod - CMakeLists.txt | [ Diff ] [ File ] | ||
mod - Documentation/changelog.txt | [ Diff ] [ File ] | ||
mod - rts/Game/Camera/FPSController.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/Game.h | [ Diff ] [ File ] | ||
mod - rts/Game/GameHelper.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.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/UI/MouseHandler.h | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaSyncedRead.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitModels/UnitDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitModels/UnitDrawer.h | [ 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 4714a04c
Timestamp: 2009-06-14 17:59:09 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
changelog update | ||
mod - Documentation/changelog.txt | [ Diff ] [ File ] | ||
develop 4966b434
Timestamp: 2009-06-14 15:15:53 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
mac: fix compilation for different openal include directory | ||
mod - rts/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - rts/System/Sound/ALShared.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Sound/OggStream.h | [ Diff ] [ File ] | ||
mod - rts/System/Sound/Sound.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Sound/SoundBuffer.h | [ Diff ] [ File ] | ||
mod - rts/System/Sound/SoundSource.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Sound/SoundSource.h | [ Diff ] [ File ] | ||
develop ec0e8e40
Timestamp: 2009-06-14 14:05:17 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
sound: no need to reserve 1 source for music anymore | ||
mod - rts/System/Sound/Sound.cpp | [ Diff ] [ File ] | ||
develop e5ddd7bb
Timestamp: 2009-06-14 13:46:58 Author: Tobi Vollebregt [ Details ] [ Diff ] |
removed unused UnitDef member | ||
mod - rts/Sim/Units/UnitDef.h | [ Diff ] [ File ] | ||
develop deeae6d4
Timestamp: 2009-06-14 13:30:25 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
sound: make COggStream use a SoundSource from CSound (fixes various errors) | ||
mod - rts/System/Sound/Music.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Sound/Music.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/SoundSource.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Sound/SoundSource.h | [ Diff ] [ File ] | ||
develop ba76d9cb
Timestamp: 2009-06-14 02:54:36 Author: zerver [ Details ] [ Diff ] |
Make weapons sound like in 0.78.2.1 (reverb issue) | ||
mod - rts/Sim/Weapons/WeaponDefHandler.cpp | [ Diff ] [ File ] | ||
develop 1c23937b
Timestamp: 2009-06-13 21:31:34 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
sound: restructuring | ||
mod - rts/System/Sound/Sound.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Sound/Sound.h | [ Diff ] [ File ] | ||
develop 674c14f1
Timestamp: 2009-06-13 15:27:15 Author: Tobi Vollebregt [ Details ] [ Diff ] |
dump NETMSG_TEAM Conflicts: tools/DemoAnalyser/main.cpp |
||
mod - tools/DemoAnalyser/main.cpp | [ Diff ] [ File ] | ||
develop 324296e5
Timestamp: 2009-06-13 15:14:05 Author: Tobi Vollebregt [ Details ] [ Diff ] |
prefix with frame number | ||
mod - tools/DemoAnalyser/main.cpp | [ Diff ] [ File ] | ||
develop 70cd9e97
Timestamp: 2009-06-13 03:11:42 Author: zerver [ Details ] [ Diff ] |
Don't keep newly created FBO bound | ||
mod - rts/Rendering/GL/FBO.cpp | [ Diff ] [ File ] | ||
develop 0fb066c3
Timestamp: 2009-06-13 00:30:26 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
Revert "allow lobby to set the team a spectator watches at start (with team= -field)" This reverts commit f698edeab75d9bd281207dba5fd9bf1bb663d273. |
||
mod - rts/Game/GameSetup.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/PlayerBase.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/TeamHandler.h | [ Diff ] [ File ] | ||
develop f698edea
Timestamp: 2009-06-13 00:28:33 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
allow lobby to set the team a spectator watches at start (with team= -field) | ||
mod - rts/Game/GameSetup.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/PlayerBase.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/TeamHandler.h | [ Diff ] [ File ] | ||
develop a830cd2e
Timestamp: 2009-06-12 23:12:29 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
server: don't forward spoofed giveaway / resign - messages (and print warning) | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
develop 02124129
Timestamp: 2009-06-12 23:09:29 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
don'T allow sending of resign / giveall - messages from spectators | ||
mod - rts/Game/UI/QuitBox.cpp | [ Diff ] [ File ] | ||
develop 2745e886
Timestamp: 2009-06-12 22:57:33 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
fix demoanalyser | ||
mod - tools/DemoAnalyser/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - tools/DemoAnalyser/main.cpp | [ Diff ] [ File ] | ||
develop 090ad7ee
Timestamp: 2009-06-12 19:51:15 Author: zerver [ Details ] [ Diff ] |
Mutex cleanup | ||
mod - rts/Game/UI/MiniMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Env/DynWater.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitModels/UnitDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/gml/gml.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/gml/gml.h | [ Diff ] [ File ] | ||
develop c29b2afa
Timestamp: 2009-06-12 19:49:54 Author: zerver [ Details ] [ Diff ] |
Fix crash in CommandAI | ||
mod - rts/Sim/Units/CommandAI/CommandAI.cpp | [ Diff ] [ File ] | ||
develop 0aceb1cc
Timestamp: 2009-06-12 01:23:19 Author: zerver [ Details ] [ Diff ] |
Iterators cleanup, small fixes | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MiniMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitModels/UnitDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Features/FeatureHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/ProjectileHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/Unsynced/GeoThermSmokeProjectile.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/gml/ThreadSafeContainers.h | [ Diff ] [ File ] | ||
mod - rts/lib/gml/gml.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/gml/gml.h | [ Diff ] [ File ] | ||
develop 2e1c68bb
Timestamp: 2009-06-11 23:04:41 Author: hoijui [ Details ] [ Diff ] |
AI: Java: fix a bug in PlayerCommandEvent (prevents a JNA crash) | ||
mod - AI/Interfaces/Java/bin/jna_wrappEvents.awk | [ Diff ] [ File ] | ||
develop af49c67d
Timestamp: 2009-06-11 20:37:29 Author: zerver [ Details ] [ Diff ] |
Merge branch 'master' of git@github.com:spring/spring | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaUnsyncedCtrl.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaUnsyncedRead.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/glFont.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/GroundBlockingObjectMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/GroundBlockingObjectMap.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/UnitTypes/Factory.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Sound/AudioChannel.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Sound/AudioChannel.h | [ Diff ] [ File ] | ||
mod - rts/System/Sound/Music.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Sound/Music.h | [ Diff ] [ File ] | ||
mod - rts/System/Sound/Sound.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Sound/Sound.h | [ Diff ] [ File ] | ||
mod - rts/System/float4.h | [ Diff ] [ File ] | ||
develop 8dd05e3e
Timestamp: 2009-06-11 20:37:18 Author: zerver [ Details ] [ Diff ] |
MT crash fix + cleanup | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MiniMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/Ground.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/ProjectileHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/ProjectileHandler.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Projectiles/Unsynced/GeoThermSmokeProjectile.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/gml/ThreadSafeContainers.h | [ Diff ] [ File ] | ||
develop 6deb8849
Timestamp: 2009-06-11 20:37:17 Author: hoijui [ Details ] [ Diff ] |
AI: Java: fix unit ids < 0 not being represented as null (thanks to 3Px) | ||
mod - AI/Interfaces/Java/bin/java_wrappCallbackOO.awk | [ Diff ] [ File ] | ||
develop b7308a46
Timestamp: 2009-06-11 20:30:23 Author: hoijui [ Details ] [ Diff ] |
move StringReplace implementation from Util.h to Util.cpp | ||
mod - rts/System/Util.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Util.h | [ Diff ] [ File ] | ||