2025-08-05 21:02 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 90dfa98a
Timestamp: 2014-03-18 12:07:52
Author: jK
Details ] Diff ]
fix 0004328: conflict between "," as keychain seperator-char & as keysym
mod - rts/Game/UI/KeyBindings.cpp Diff ] File ]
mod - rts/Game/UI/KeySet.cpp Diff ] File ]
mod - rts/Game/UI/KeySet.h Diff ] File ]
develop e214de3b
Timestamp: 2014-03-16 19:40:39
Author: jK
Details ] Diff ]
reduce loc
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Rendering/Fonts/CFontTexture.cpp Diff ] File ]
develop 31d0ec25
Timestamp: 2014-03-16 19:37:43
Author: jK
Details ] Diff ]
fix 0004326: float overflow in framegrapher
mod - rts/Game/UI/ProfileDrawer.cpp Diff ] File ]
mod - rts/System/Misc/SpringTime.h Diff ] File ]
develop 9148c813
Timestamp: 2014-03-16 17:47:52
Author: jK
Details ] Diff ]
fix 0004327: too much verbosity in textureloader
mod - rts/Rendering/Models/AssParser.cpp Diff ] File ]
mod - rts/Rendering/Textures/S3OTextureHandler.cpp Diff ] File ]
develop e3c375bf
Timestamp: 2014-03-16 17:46:13
Author: jK
Details ] Diff ]
try to fix lua actionhandler
mod - rts/Game/UnsyncedGameCommands.cpp Diff ] File ]
mod - rts/Lua/LuaHandle.cpp Diff ] File ]
develop 9b7a0876
Timestamp: 2014-03-15 13:30:22
Author: abma
Details ] Diff ]
update E323AI repo url
mod - .gitmodules Diff ] File ]
develop 2c600f08
Timestamp: 2014-03-15 13:24:07
Author: abma
Details ] Diff ]
update submodules: E323AI, Shard, pr-downloader
mod - AI/Skirmish/E323AI Diff ] File ]
mod - AI/Skirmish/Shard Diff ] File ]
mod - tools/pr-downloader Diff ] File ]
develop 8a053306
Timestamp: 2014-03-15 09:21:30
Author: Johan Rehnberg
Details ] Diff ]
skip SDL_WINDOW_RESIZABLE on Windows if borderless
mod - rts/System/SpringApp.cpp Diff ] File ]
develop 05200862
Timestamp: 2014-03-13 20:37:20
Author: abma
Details ] Diff ]
fix order of init
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
develop 6b2bbd2c
Timestamp: 2014-03-13 20:32:00
Author: abma
Details ] Diff ]
remove unused option/ifdefs
mod - rts/CMakeLists.txt Diff ] File ]
mod - rts/Map/BaseGroundDrawer.cpp Diff ] File ]
mod - rts/Map/SMF/Legacy/LegacyMeshDrawer.h Diff ] File ]
mod - rts/lib/gml/ThreadSafeContainers.h Diff ] File ]
develop 220d3f5e
Timestamp: 2014-03-13 02:00:49
Author: rt
Details ] Diff ]
-
mod - rts/Lua/LuaSyncedMoveCtrl.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
develop 7d1154b4
Timestamp: 2014-03-13 00:26:29
Author: rt
Details ] Diff ]
misc. forgotten/leftover changes
* model rotational inertia for ground units; make a call
to MoveCtrl.SetGroundMoveTypeData with key "turnAccel"
to change per-unit behavior
turnAccel defaults to 0.333*turnRate for all ground
units except ships which use a more realistic default
of 0.0333*turnRate
* make Spring.GetUnitLastAttackedPiece return piece
number instead of piece name if called with boolean
arg=true
* cleanup LuaSyncedMoveCtrl access to MoveType members
* other unimportant crap
mod - rts/Lua/LuaSyncedMoveCtrl.cpp Diff ] File ]
mod - rts/Lua/LuaSyncedRead.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/GroundMoveType.h Diff ] File ]
mod - rts/Sim/MoveTypes/HoverAirMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/HoverAirMoveType.h Diff ] File ]
mod - rts/Sim/MoveTypes/MoveType.h Diff ] File ]
mod - rts/Sim/MoveTypes/StrafeAirMoveType.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/StrafeAirMoveType.h Diff ] File ]
mod - rts/Sim/Path/Default/PathEstimator.cpp Diff ] File ]
mod - rts/Sim/Path/Default/PathManager.cpp Diff ] File ]
mod - rts/Sim/Path/IPathController.cpp Diff ] File ]
mod - rts/Sim/Path/IPathController.hpp Diff ] File ]
mod - rts/Sim/Units/UnitTypes/Factory.cpp Diff ] File ]
mod - rts/System/Platform/Misc.cpp Diff ] File ]
develop d12f652e
Timestamp: 2014-03-11 00:00:38
Author: abma
Details ] Diff ]
fix compile warning:
suggest explicit braces to avoid ambiguous ‘else’
mod - rts/System/Sound/EFX.cpp Diff ] File ]
develop 44711a4e
Timestamp: 2014-03-10 21:42:26
Author: jK
Details ] Diff ]
update changelog
mod - doc/changelog.txt Diff ] File ]
mod - rts/Game/UI/KeyBindings.cpp Diff ] File ]
develop 6d5525cf
Timestamp: 2014-03-10 18:47:42
Author: jK
Details ] Diff ]
fix 0004324: endless loop in CFontTexture::LoadBlocks
mod - rts/Rendering/Fonts/CFontTexture.cpp Diff ] File ]
develop d5457991
Timestamp: 2014-03-10 18:43:25
Author: jK
Details ] Diff ]
fix compile
mod - rts/Sim/Units/UnitTypes/Factory.cpp Diff ] File ]
develop 898e6dfa
Timestamp: 2014-03-10 18:19:45
Author: jK
Details ] Diff ]
minor
mod - rts/Sim/Units/UnitTypes/Factory.cpp Diff ] File ]
mod - rts/System/float3.h Diff ] File ]
develop 5d90dc60
Timestamp: 2014-03-10 17:45:57
Author: jK
Details ] Diff ]
some minor demo changes
! changed infolog string "recording demo: %s" -> "Recording demo to: %s"
* open the filehandle at start, so you can use lsof to readback the used filename
mod - rts/Game/PreGame.cpp Diff ] File ]
mod - rts/System/LoadSave/DemoRecorder.cpp Diff ] File ]
mod - rts/System/LoadSave/DemoRecorder.h Diff ] File ]
develop bf52acbd
Timestamp: 2014-03-10 17:42:53
Author: jK
Details ] Diff ]
disable debug string
mod - rts/Game/Game.cpp Diff ] File ]
develop 97f3aa1b
Timestamp: 2014-03-09 18:58:55
Author: jK
Details ] Diff ]
fix `unsigned long` 32/64 bit conflict in creg
mod - rts/System/creg/TypeDeduction.h Diff ] File ]
develop e8837e18
Timestamp: 2014-03-09 18:45:25
Author: jK
Details ] Diff ]
remove /hotbind & /hotunbind
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/Game.h Diff ] File ]
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
develop e3d4cea2
Timestamp: 2014-03-09 18:43:24
Author: jK
Details ] Diff ]
improve
mod - rts/Game/Action.h Diff ] File ]
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/Game.h Diff ] File ]
mod - rts/Game/InMapDraw.cpp Diff ] File ]
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
mod - rts/Game/UI/KeyBindings.cpp Diff ] File ]
mod - rts/Game/UI/KeyBindings.h Diff ] File ]
mod - rts/Game/UI/KeyCodes.cpp Diff ] File ]
mod - rts/Game/UI/KeySet.cpp Diff ] File ]
mod - rts/Game/UI/KeySet.h Diff ] File ]
mod - rts/Game/UnsyncedGameCommands.cpp Diff ] File ]
mod - rts/System/SpringApp.cpp Diff ] File ]
develop 5b1aa97e
Timestamp: 2014-03-09 18:32:48
Author: jK
Details ] Diff ]
add unsigned int64 to creg
still when there are those it indicates a problem with the build enviroment
mod - rts/System/creg/TypeDeduction.h Diff ] File ]
mod - rts/System/creg/VarTypes.cpp Diff ] File ]
mod - rts/System/creg/creg.h Diff ] File ]
develop 32b6e6ca
Timestamp: 2014-03-09 18:17:50
Author: jK
Details ] Diff ]
nil
mod - rts/Game/UI/GuiHandler.cpp Diff ] File ]
develop 56587bd4
Timestamp: 2014-03-09 15:40:18
Author: abma
Details ] Diff ]
add comment
mod - rts/Sim/Units/CommandAI/CommandAI.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 220 ... 314 315 316 317 318 319 320 ... 330 ... 440 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last