2025-11-29 15:39 CET

Changesets: spring

Search ] Browse ] Back to Index ]
develop a15a6acb
Timestamp: 2016-08-25 03:47:32
Author: abma
Details ] Diff ]
fix 0005335: desync in Spring.GetUnitCommands() with bogous lua code
mod - rts/Lua/LuaSyncedRead.cpp Diff ] File ]
develop 834d0c68
Timestamp: 2016-08-25 03:44:21
Author: abma
Details ] Diff ]
compiler warning: variable set but not used
mod - rts/Sim/Misc/LosMap.cpp Diff ] File ]
develop ad4cf78f
Timestamp: 2016-08-20 22:49:53
Author: Eshed
Details ] Diff ]
some LoS optimisations
mod - rts/Sim/Misc/LosMap.cpp Diff ] File ]
develop cfa960d0
Timestamp: 2016-08-20 16:15:04
Author: Eshed
Details ] Diff ]
use std::vector<char> in squaresMap

takes slightly more space but has significantly better perf
mod - rts/Sim/Misc/LosMap.cpp Diff ] File ]
mod - rts/Sim/Misc/LosMap.h Diff ] File ]
develop b3595df1
Timestamp: 2016-08-20 14:16:52
Author: Eshed
Details ] Diff ]
Undeprecate {unit,feature}def.modelname and add .modeltype and .modelpath

Allows reading these without loading the model.
Removed def.model.{name,type,path} so they aren't used accidentally.

++changelog
mod - doc/changelog.txt Diff ] File ]
mod - rts/Lua/LuaFeatureDefs.cpp Diff ] File ]
mod - rts/Lua/LuaUnitDefs.cpp Diff ] File ]
mod - rts/Lua/LuaUtils.cpp Diff ] File ]
mod - rts/Lua/LuaUtils.h Diff ] File ]
develop b8f84141
Timestamp: 2016-08-15 22:07:31
Author: jK
Details ] Diff ]
fix wiki buildbot #2
mod - buildbot/master/master.cfg Diff ] File ]
develop 3b65cf0c
Timestamp: 2016-08-15 21:47:59
Author: jK
Details ] Diff ]
fix wiki buildbot
mod - buildbot/master/master.cfg Diff ] File ]
develop f5b80e19
Timestamp: 2016-08-03 12:43:34
Author: Eshed
Details ] Diff ]
Fix 0005330
mod - CMakeLists.txt Diff ] File ]
develop 0c787264
Timestamp: 2016-08-03 01:08:50
Author: abma
Details ] Diff ]
fix 0005329: apply patch to fix cmake errors (thanks susnux!)
mod - AI/Wrappers/CUtils/CMakeLists.txt Diff ] File ]
mod - rts/build/cmake/FindAsciiDoc.cmake Diff ] File ]
mod - rts/build/cmake/TestCXXFlags.cmake Diff ] File ]
develop 5f0b19ea
Timestamp: 2016-08-02 19:31:10
Author: Eshed
Details ] Diff ]
Minor pathfinder optimisation
mod - rts/Sim/MoveTypes/MoveMath/MoveMath.cpp Diff ] File ]
mod - rts/Sim/MoveTypes/MoveMath/MoveMath.h Diff ] File ]
mod - rts/Sim/Path/Default/PathFinder.cpp Diff ] File ]
mod - rts/Sim/Path/Default/PathFinder.h Diff ] File ]
mod - rts/Sim/Path/Default/PathManager.cpp Diff ] File ]
develop 695dd071
Timestamp: 2016-08-02 17:29:52
Author: Eshed
Details ] Diff ]
Fix build take #2
mod - CMakeLists.txt Diff ] File ]
develop 60333cd7
Timestamp: 2016-08-02 17:08:24
Author: Eshed
Details ] Diff ]
Fix build
mod - CMakeLists.txt Diff ] File ]
develop 8149ba2a
Timestamp: 2016-08-02 16:40:59
Author: Eshed
Details ] Diff ]
addendum c8ca70f469974c68b671a024dd8dddb630ad553e
mod - CMakeLists.txt Diff ] File ]
develop c8ca70f4
Timestamp: 2016-08-02 16:19:52
Author: Eshed
Details ] Diff ]
Fix version auto-generation under VS
mod - CMakeLists.txt Diff ] File ]
develop 69aad98c
Timestamp: 2016-08-02 15:49:28
Author: Eshed
Details ] Diff ]
Fix lua math.rad desync

in lmathlib RADIANS_PER_DEGREE & PI are double precision values, which lead to different results on VS and gcc.
Replaced other occurences of M_PI in code.
mod - rts/Rendering/FarTextureHandler.cpp Diff ] File ]
mod - rts/Sim/Objects/SolidObject.cpp Diff ] File ]
mod - rts/System/FastMath.h Diff ] File ]
mod - rts/lib/lua/src/lmathlib.cpp Diff ] File ]
develop 88c0dbd2
Timestamp: 2016-08-01 04:14:18
Author: Eshed
Committer: GitHub
Details ] Diff ]
Merge pull request #266 from sprunk/patch-14

Reverse nanoframing removes storage
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
develop 815a6f94
Timestamp: 2016-08-01 03:17:07
Author: sprunk
Committer: GitHub
Details ] Diff ]
Reverse nanoframing removes storage
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
develop 704596c0
Timestamp: 2016-07-31 01:05:54
Author: Eshed
Details ] Diff ]
Demotool: print more info about NETMSG_COMMAND

++changelog
mod - doc/changelog.txt Diff ] File ]
mod - tools/DemoTool/DemoTool.cpp Diff ] File ]
develop b7c0f128
Timestamp: 2016-07-30 23:10:37
Author: Eshed
Details ] Diff ]
Add onlyLocal boolean value to modinfo.lua

If true, spring won't listen for incoming connections when running
this game unless GAME\OnlyLocal is specified in the start script.

This also reverts 001618144fec0c006067893a0119ed68c522220b
mod - rts/Game/ClientSetup.cpp Diff ] File ]
mod - rts/Game/GameSetup.cpp Diff ] File ]
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
mod - rts/System/FileSystem/ArchiveScanner.h Diff ] File ]
develop 00161814
Timestamp: 2016-07-30 13:45:43
Author: Gajo Petrovic
Details ] Diff ]
Change HostPortDefault defaultValue to 0, but leave the 8452 as default for dedicated hosts; This allows multiple singleplayer Springs to be started locally (it's a better default value).
mod - rts/Game/ClientSetup.cpp Diff ] File ]
develop e0958050
Timestamp: 2016-07-30 13:35:56
Author: abma
Details ] Diff ]
fix 0005325: don't share ArchiveCache accross releases:
the format broke unnoticed
checksum = 0 wasn't stored before FastArchiveScan
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
develop 452480d9
Timestamp: 2016-07-30 11:21:34
Author: abma
Details ] Diff ]
slightly extend testUnitSync (test for hash != 0)
mod - test/unitsync/testUnitSync.cpp Diff ] File ]
develop ed95ac2b
Timestamp: 2016-07-29 17:08:34
Author: abma
Details ] Diff ]
fix 0005321: missing file / add missing newline
mod - doc/releasechecklist.txt Diff ] File ]
develop a1f8bb55
Timestamp: 2016-07-29 16:17:20
Author: abma
Details ] Diff ]
part of 0005322:
compile time disable deprecated unitsync functions

(will be removed soon)
mod - tools/unitsync/CMakeLists.txt Diff ] File ]
develop 7521007c
Timestamp: 2016-07-29 16:16:42
Author: abma
Details ] Diff ]
unused include
mod - rts/System/FileSystem/ArchiveScanner.cpp Diff ] File ]
First  Prev  1 2 3 ... 110 ... 193 194 195 196 197 198 199 ... 220 ... 330 ... 440 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last