Changesets: spring
develop 8f252c9b
Timestamp: 2009-01-18 13:25:03 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
fixed the server to run away from the local player on high gamespeeds | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.h | [ Diff ] [ File ] | ||
develop 5e9953d1
Timestamp: 2009-01-18 13:25:03 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
fixed the server to run away from the local player on high gamespeeds | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameServer.h | [ Diff ] [ File ] | ||
develop abd5de54
Timestamp: 2009-01-18 13:06:16 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
don't render a frame every 15 timeframes, but do so every 15 * userSpeed timeframes | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
develop bc715dd2
Timestamp: 2009-01-18 13:06:16 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
don't render a frame every 15 timeframes, but do so every 15 * userSpeed timeframes | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
develop 79d40bf3
Timestamp: 2009-01-18 12:44:27 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
only end the game after 1 second (30 frames) playing, (fix insta-gameover vs. AIs which do Initialization in frame 0) | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
develop d65df670
Timestamp: 2009-01-18 12:44:27 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
only end the game after 1 second (30 frames) playing, (fix insta-gameover vs. AIs which do Initialization in frame 0) | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
develop 3f9bd0c3
Timestamp: 2009-01-18 12:32:53 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
regression: set MaxSpeed to 20 on (test)singleplayer | ||
mod - rts/Game/SelectMenu.cpp | [ Diff ] [ File ] | ||
develop 5c82ef89
Timestamp: 2009-01-18 12:32:53 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
regression: set MaxSpeed to 20 on (test)singleplayer | ||
mod - rts/Game/SelectMenu.cpp | [ Diff ] [ File ] | ||
develop d2c19d3c
Timestamp: 2009-01-18 12:03:21 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
add "set" -command to replace "seti", "setf" and "sets" -- allows to set variables in the config file | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
develop ba67d59d
Timestamp: 2009-01-18 11:09:51 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
fix destination-field in chatmessage | ||
mod - rts/Game/ChatMessage.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/GlobalConstants.h | [ Diff ] [ File ] | ||
develop e7a9036b
Timestamp: 2009-01-18 10:57:38 Author: Marek Baczynski [ Details ] [ Diff ] |
build: scons: enable warnings if debugdefines=yes regardless of debug= | ||
mod - rts/build/scons/rts.py | [ Diff ] [ File ] | ||
develop c12d0f1b
Timestamp: 2009-01-18 10:35:25 Author: Marek Baczynski [ Details ] [ Diff ] |
remove unused variable | ||
mod - rts/Sim/Units/CommandAI/CommandAI.cpp | [ Diff ] [ File ] | ||
develop c026bdf4
Timestamp: 2009-01-18 02:36:18 Author: zerver [ Details ] [ Diff ] |
Merge branch 'master' of git@github.com:spring/spring | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
develop a4e22cce
Timestamp: 2009-01-18 02:35:49 Author: Marek Baczynski [ Details ] [ Diff ] |
sim: stop only friendly attacks on player that was /ally-ied | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
develop 151c8e53
Timestamp: 2009-01-18 02:35:48 Author: zerver [ Details ] [ Diff ] |
Possible fix for game refusing to speed up after a slowdown | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
develop 5404d9e3
Timestamp: 2009-01-18 02:35:48 Author: zerver Committer: Karl-Robert Ernst [ Details ] [ Diff ] |
Possible fix for game refusing to speed up after a slowdown | ||
mod - rts/Game/GameServer.cpp | [ Diff ] [ File ] | ||
develop 7711f27e
Timestamp: 2009-01-18 01:38:38 Author: Marek Baczynski [ Details ] [ Diff ] |
Weapon.cpp newline grief | ||
mod - rts/Sim/Weapons/Weapon.cpp | [ Diff ] [ File ] | ||
develop 3d2f4827
Timestamp: 2009-01-18 01:37:41 Author: Marek Baczynski [ Details ] [ Diff ] |
sim: weapons need their target reset if they're targeting an ally | ||
mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/Weapon.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Weapons/Weapon.h | [ Diff ] [ File ] | ||
develop 65f1dce7
Timestamp: 2009-01-18 01:27:13 Author: Marek Baczynski [ Details ] [ Diff ] |
sim: need to check for CMD_FIGHT too when alliance changes | ||
mod - rts/Sim/Units/CommandAI/CommandAI.cpp | [ Diff ] [ File ] | ||
develop 12b56d55
Timestamp: 2009-01-18 01:11:28 Author: Marek Baczynski [ Details ] [ Diff ] |
sim: /ally now removes all newly-friendly-fire attack orders from queues | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/CommandAI.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/CommandAI/CommandAI.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Unit.h | [ Diff ] [ File ] | ||
develop 9b55f46a
Timestamp: 2009-01-18 00:37:27 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
fix AIDIR and cmake in general | ||
mod - AI/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - CMakeLists.txt | [ Diff ] [ File ] | ||
mod - installer/make_source_package.sh | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/DataDirLocater.cpp | [ Diff ] [ File ] | ||
develop f80c1bac
Timestamp: 2009-01-18 00:37:27 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
fix AIDIR and cmake in general | ||
mod - AI/CMakeLists.txt | [ Diff ] [ File ] | ||
mod - CMakeLists.txt | [ Diff ] [ File ] | ||
mod - installer/make_source_package.sh | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/DataDirLocater.cpp | [ Diff ] [ File ] | ||
develop 716ba189
Timestamp: 2009-01-17 21:43:02 Author: Marek Baczynski [ Details ] [ Diff ] |
fix dynamic water for ATI cards patch by MadrMan |
||
mod - installer/builddata/springcontent/shaders/dwAddSplash.vp | [ Diff ] [ File ] | ||
mod - installer/builddata/springcontent/shaders/dwDetailNormal.vp | [ Diff ] [ File ] | ||
develop cfb5ed86
Timestamp: 2009-01-17 21:13:58 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
version bump | ||
mod - Documentation/changelog.txt | [ Diff ] [ File ] | ||
mod - rts/Game/GameVersion.cpp | [ Diff ] [ File ] | ||
develop 37720d4a
Timestamp: 2009-01-17 21:11:07 Author: Karl-Robert Ernst [ Details ] [ Diff ] |
changelog update | ||
mod - Documentation/changelog.txt | [ Diff ] [ File ] | ||