2025-08-09 21:43 CEST

Changesets: spring

Search ] Browse ] Back to Index ]
develop 0155b5c2
Timestamp: 2016-06-26 07:53:11
Author: Gajo Petrovic
Details ] Diff ]
implement Spring.Start to launch new Spring instances
mod - doc/changelog.txt Diff ] File ]
mod - rts/Lua/LuaUnsyncedCtrl.cpp Diff ] File ]
mod - rts/Lua/LuaUnsyncedCtrl.h Diff ] File ]
develop 72c71d1e
Timestamp: 2016-06-22 04:14:31
Author: Gajo Petrovic
Details ] Diff ]
Provide a standardized way to load libraries:
- addons are loaded automatically from libs/*/luaui/widgets/
- deprecate "chili" folder detection and loading (project specific and
doesn't belong to the engine)
- see how some of the libs are now loaded from
https://github.com/gajop/Chobby/tree/master/libs
mod - cont/base/springcontent/LuaHandler/config.lua Diff ] File ]
develop 03becd2b
Timestamp: 2016-06-14 22:41:35
Author: abma
Details ] Diff ]
buildbot: fix regex
mod - buildbot/version_list/list.php Diff ] File ]
develop 9648e4ec
Timestamp: 2016-06-14 00:41:41
Author: abma
Details ] Diff ]
fix 0005279:
http -> https
mod - AI/Interfaces/C/data/InterfaceInfo.lua Diff ] File ]
mod - AI/Interfaces/Java/data/InterfaceInfo.lua Diff ] File ]
mod - AI/Interfaces/Java/pom.xml Diff ] File ]
mod - AI/Skirmish/AAI/data/AIInfo.lua Diff ] File ]
mod - AI/Skirmish/CppTestAI/data/AIInfo.lua Diff ] File ]
mod - AI/Skirmish/NullAI/data/AIInfo.lua Diff ] File ]
mod - AI/Skirmish/RAI/README Diff ] File ]
mod - AI/Skirmish/RAI/data/AIInfo.lua Diff ] File ]
mod - AI/Wrappers/JavaOO/pom.xml Diff ] File ]
mod - AUTHORS Diff ] File ]
mod - FAQ Diff ] File ]
mod - README.markdown Diff ] File ]
mod - THANKS Diff ] File ]
mod - buildbot/README Diff ] File ]
mod - buildbot/master/master.cfg Diff ] File ]
mod - buildbot/slave/wiki/mediawiki_upload.sh Diff ] File ]
mod - doc/DevGuide.txt Diff ] File ]
mod - doc/HowToBuild.txt Diff ] File ]
mod - doc/HowToSyncDebug.txt Diff ] File ]
mod - doc/changelog.txt Diff ] File ]
mod - doc/cmds.txt Diff ] File ]
mod - doc/manpages/spring.6.txt Diff ] File ]
mod - doc/releasechecklist.txt Diff ] File ]
mod - installer/make_installer.sh Diff ] File ]
mod - installer/sections/shortcuts_startMenu.nsh Diff ] File ]
mod - installer/spring.nsi Diff ] File ]
mod - rts/ExternalAI/Interface/SAIInterfaceLibrary.h Diff ] File ]
mod - rts/ExternalAI/Interface/SSkirmishAILibrary.h Diff ] File ]
mod - rts/Sim/CMakeLists.txt Diff ] File ]
mod - rts/System/LoadSave/LuaLoadSaveHandler.cpp Diff ] File ]
mod - rts/System/Main.cpp Diff ] File ]
develop 3a55a470
Timestamp: 2016-06-13 15:53:40
Author: Eshed
Details ] Diff ]
fix 0005278
mod - rts/ExternalAI/AICheats.cpp Diff ] File ]
develop b6329467
Timestamp: 2016-06-10 22:29:54
Author: abma
Details ] Diff ]
log untranslateable keycodes in debug builds
mod - rts/System/Platform/SDL1_keysym.cpp Diff ] File ]
develop 4aced682
Timestamp: 2016-06-10 20:13:21
Author: abma
Details ] Diff ]
use LATEST_[linux32|linux64] for linux builds
mod - buildbot/slave/linux/create_linux_static_bundle.sh Diff ] File ]
develop fb8bda32
Timestamp: 2016-06-10 19:54:28
Author: abma
Details ] Diff ]
addition to 212d743e0c153c15d30ab69193c86f9f7949f3c5:

fix 0005124
mod - buildbot/slave/win/make_installer.sh Diff ] File ]
develop 212d743e
Timestamp: 2016-06-10 19:28:23
Author: abma
Details ] Diff ]
try to fix 0005124:

removes .zip archive / add platform to output filenames
mod - buildbot/slave/win/make_installer.sh Diff ] File ]
develop 6a6a528b
Timestamp: 2016-06-06 16:50:12
Author: Eshed
Details ] Diff ]
Fix very small maps
mod - rts/Map/SMF/ROAM/RoamMeshDrawer.cpp Diff ] File ]
develop 7b39a62f
Timestamp: 2016-06-06 16:01:44
Author: Eshed
Details ] Diff ]
Fix 0005267 0005268

Always draw icons for ghosted buildings (disregard zoom level).
Update INLOS and CONTRADAR for nanoframes.
mod - rts/Rendering/UnitDrawer.cpp Diff ] File ]
mod - rts/Sim/Units/Unit.cpp Diff ] File ]
develop ae599bc5
Timestamp: 2016-06-05 21:58:30
Author: abma
Details ] Diff ]
fix 0005231: syntax error in setupopts.lua

(still broken i guess)
mod - cont/base/maphelper/maphelper/setupopts.lua Diff ] File ]
develop a3bb590f
Timestamp: 2016-06-03 20:10:11
Author: Eshed
Details ] Diff ]
d'oh
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
develop db4ca32d
Timestamp: 2016-06-03 19:33:29
Author: Eshed
Details ] Diff ]
5a75be227c7d4bfb96debfc68ad2259e4bdb07b4 strikes again

This time this was a desync.
mod - rts/Rendering/Models/3DModel.h Diff ] File ]
mod - rts/Sim/MoveTypes/GroundMoveType.cpp Diff ] File ]
mod - rts/System/float3.h Diff ] File ]
develop 861e0c2d
Timestamp: 2016-06-02 18:54:24
Author: Eshed
Details ] Diff ]
Fix 0005251 - Split pools for regular and shadow mesh.

both regular and shadow meshes shared the same pools, and it was possible that a pool is reset with only one of the patches vectors reset as well.
mod - rts/Map/SMF/ROAM/Patch.cpp Diff ] File ]
mod - rts/Map/SMF/ROAM/Patch.h Diff ] File ]
mod - rts/Map/SMF/ROAM/RoamMeshDrawer.cpp Diff ] File ]
mod - rts/Map/SMF/ROAM/RoamMeshDrawer.h Diff ] File ]
develop 0e9ee147
Timestamp: 2016-06-01 01:31:02
Author: Eshed
Details ] Diff ]
Merge pull request 0000261 from rlcevg/miplevel

[AI] Add missing radarMiplevel and fix some docstrings
mod - rts/ExternalAI/Interface/SSkirmishAICallback.h Diff ] File ]
mod - rts/ExternalAI/SSkirmishAICallbackImpl.cpp Diff ] File ]
mod - rts/ExternalAI/SSkirmishAICallbackImpl.h Diff ] File ]
mod - rts/Sim/Misc/ModInfo.cpp Diff ] File ]
develop 0c77637b
Timestamp: 2016-05-31 22:04:07
Author: rlcevg
Details ] Diff ]
[AI] Adjust docstrings
mod - rts/ExternalAI/Interface/SSkirmishAICallback.h Diff ] File ]
develop 40c6ca3e
Timestamp: 2016-05-31 22:00:32
Author: rlcevg
Details ] Diff ]
[AI] radarMipLevel is variable
mod - rts/ExternalAI/Interface/SSkirmishAICallback.h Diff ] File ]
mod - rts/ExternalAI/SSkirmishAICallbackImpl.cpp Diff ] File ]
mod - rts/ExternalAI/SSkirmishAICallbackImpl.h Diff ] File ]
mod - rts/Sim/Misc/ModInfo.cpp Diff ] File ]
develop 6140fdde
Timestamp: 2016-05-29 13:41:46
Author: MadrMan
Details ] Diff ]
Fix gcc compile and allow syncdebug for non-debug builds
mod - rts/CMakeLists.txt Diff ] File ]
mod - rts/System/Sync/SyncedPrimitiveBase.h Diff ] File ]
develop b2dc7b2a
Timestamp: 2016-05-28 23:03:32
Author: MadrMan
Details ] Diff ]
Further clarify message for syncdebug asserts
mod - rts/System/Sync/SyncedPrimitiveBase.h Diff ] File ]
develop b731c8af
Timestamp: 2016-05-28 23:02:55
Author: MadrMan
Details ] Diff ]
Fix random crash on SYNCDEBUG due to missing lock
mod - rts/System/Sync/Logger.cpp Diff ] File ]
mod - rts/System/Sync/Logger.h Diff ] File ]
develop 8e19d3f3
Timestamp: 2016-05-28 23:01:38
Author: MadrMan
Details ] Diff ]
Fix crash in crashhandler for VC
mod - rts/System/Platform/Win/CrashHandler.cpp Diff ] File ]
develop a8672f4c
Timestamp: 2016-05-28 23:01:17
Author: MadrMan
Details ] Diff ]
Implement SetThreadName for VC
mod - rts/System/Platform/Threading.cpp Diff ] File ]
develop 9d4c7f95
Timestamp: 2016-05-28 23:00:59
Author: MadrMan
Details ] Diff ]
Name OffscreenGLThreads
mod - rts/System/OffscreenGLContext.cpp Diff ] File ]
develop 1d224c3c
Timestamp: 2016-05-28 22:59:40
Author: MadrMan
Details ] Diff ]
Fix crashes when closing window during loadscreen
mod - rts/Game/Game.cpp Diff ] File ]
mod - rts/Game/LoadScreen.cpp Diff ] File ]
mod - rts/Game/LoadScreen.h Diff ] File ]
First  Prev  1 2 3 ... 110 ... 198 199 200 201 202 203 204 ... 220 ... 330 ... 440 ... 550 ... 660 ... 770 ... 880 ... 990 ... 1057 1058 1059  Next  Last