Changesets: spring
develop 21b7bd00
Timestamp: 2014-05-02 09:03:41 Author: jK [ Details ] [ Diff ] |
fix compile | ||
mod - rts/Sim/MoveTypes/MoveDefHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/MoveDefHandler.h | [ Diff ] [ File ] | ||
develop b1bf10b8
Timestamp: 2014-05-02 08:42:33 Author: jK [ Details ] [ Diff ] |
make GameID in script.txt work | ||
mod - doc/changelog.txt | [ Diff ] [ File ] | ||
mod - rts/Net/GameServer.cpp | [ Diff ] [ File ] | ||
develop 51306ad4
Timestamp: 2014-05-02 08:41:23 Author: jK [ Details ] [ Diff ] |
minor | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Net/GameServer.cpp | [ Diff ] [ File ] | ||
develop 9169e30a
Timestamp: 2014-05-02 08:05:30 Author: jK [ Details ] [ Diff ] |
add the ability to load mutators via script.txt | ||
mod - doc/changelog.txt | [ Diff ] [ File ] | ||
mod - rts/Game/GameSetup.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/GameSetup.h | [ Diff ] [ File ] | ||
mod - rts/Game/PreGame.cpp | [ Diff ] [ File ] | ||
develop 85198bda
Timestamp: 2014-05-02 08:02:36 Author: jK [ Details ] [ Diff ] |
use a single shared mempool for all lua states again (there are too many and so for each too less would be left) | ||
mod - rts/lib/lua/include/LuaUser.cpp | [ Diff ] [ File ] | ||
develop 6edf4ef0
Timestamp: 2014-05-02 07:00:10 Author: jK [ Details ] [ Diff ] |
improve data locality in MoveDefHandler | ||
mod - rts/Sim/MoveTypes/MoveDefHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/MoveDefHandler.h | [ Diff ] [ File ] | ||
develop e5169d1b
Timestamp: 2014-04-29 20:13:54 Author: silentwings [ Details ] [ Diff ] |
make Spring.AssignPlayerToTeam sync safe | ||
mod - rts/Lua/LuaSyncedCtrl.cpp | [ Diff ] [ File ] | ||
develop a085689f
Timestamp: 2014-04-29 18:57:58 Author: silentwings [ Details ] [ Diff ] |
Merge branch 'develop' of git://github.com/spring/spring into develop | ||
mod - doc/changelog.txt | [ Diff ] [ File ] | ||
mod - rts/ExternalAI/AIInterfaceLibrary.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaHandle.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaUnsyncedCtrl.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaUnsyncedCtrl.h | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaUnsyncedRead.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaUnsyncedRead.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitDrawer.h | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Clipboard.cpp | [ Diff ] [ File ] | ||
mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
mod - rts/lib/gml/ThreadSafeContainers.h | [ Diff ] [ File ] | ||
mod - rts/lib/headlessStubs/sdlstub.c | [ Diff ] [ File ] | ||
mod - tools/pr-downloader | [ Diff ] [ File ] | ||
develop 7ed9a7e3
Timestamp: 2014-04-29 18:05:52 Author: silentwings [ Details ] [ Diff ] |
added Spring.AssignPlayerToTeam(playerID, teamID) | ||
mod - rts/Lua/LuaSyncedCtrl.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaSyncedCtrl.h | [ Diff ] [ File ] | ||
develop 6c138bb9
Timestamp: 2014-04-28 08:54:37 Author: abma [ Details ] [ Diff ] |
remove unused class | ||
mod - rts/lib/gml/ThreadSafeContainers.h | [ Diff ] [ File ] | ||
develop c4f513b6
Timestamp: 2014-04-22 19:26:53 Author: jK [ Details ] [ Diff ] |
fix headless linking | ||
mod - rts/lib/headlessStubs/sdlstub.c | [ Diff ] [ File ] | ||
develop d164eae8
Timestamp: 2014-04-19 18:14:58 Author: jK [ Details ] [ Diff ] |
fix compile | ||
mod - rts/Rendering/UnitDrawer.h | [ Diff ] [ File ] | ||
develop c38e5906
Timestamp: 2014-04-18 23:42:27 Author: rt [ Details ] [ Diff ] |
fix Spring.IsUnitIcon | ||
mod - rts/Lua/LuaHandle.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaUnsyncedRead.cpp | [ Diff ] [ File ] | ||
develop 1f81f1a0
Timestamp: 2014-04-18 22:56:21 Author: jK [ Details ] [ Diff ] |
add Spring.GetClipboard() & Spring.SetClipboard(string text) | ||
mod - doc/changelog.txt | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaUnsyncedCtrl.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaUnsyncedCtrl.h | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaUnsyncedRead.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaUnsyncedRead.h | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Clipboard.cpp | [ Diff ] [ File ] | ||
develop 7c7d24ce
Timestamp: 2014-04-18 17:28:43 Author: jK [ Details ] [ Diff ] |
fix uninit var | ||
mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
develop aa186405
Timestamp: 2014-04-18 17:28:33 Author: jK [ Details ] [ Diff ] |
fix start of SYNCDEBUG builds | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
develop d82f4c24
Timestamp: 2014-04-17 03:52:42 Author: abma [ Details ] [ Diff ] |
fix crash when AI lib can't be loaded | ||
mod - rts/ExternalAI/AIInterfaceLibrary.cpp | [ Diff ] [ File ] | ||
develop de784337
Timestamp: 2014-04-13 20:47:02 Author: abma [ Details ] [ Diff ] |
update pr-downloader: allow rapid downloads from ports != 80 | ||
mod - tools/pr-downloader | [ Diff ] [ File ] | ||
develop e1d113da
Timestamp: 2014-04-13 15:45:09 Author: silentwings [ Details ] [ Diff ] |
Revert "Add third argument to gadget:GameSetup, return true/false to hide/show the ready button & player list" This reverts commit 643521b13935ad3c673e1890b79ac44ded5915b2. |
||
mod - rts/Lua/LuaHandle.cpp | [ Diff ] [ File ] | ||
develop 643521b1
Timestamp: 2014-04-13 14:42:11 Author: silentwings [ Details ] [ Diff ] |
Add third argument to gadget:GameSetup, return true/false to hide/show the ready button & player list | ||
mod - rts/Lua/LuaHandle.cpp | [ Diff ] [ File ] | ||
develop 70fb8129
Timestamp: 2014-04-12 20:51:44 Author: abma [ Details ] [ Diff ] |
fix 0004354: "Invalid command received spam" | ||
mod - rts/Sim/Units/CommandAI/CommandAI.cpp | [ Diff ] [ File ] | ||
develop 44cff2ad
Timestamp: 2014-04-12 20:04:26 Author: abma [ Details ] [ Diff ] |
FIXME-- | ||
mod - rts/Net/GameServer.cpp | [ Diff ] [ File ] | ||
develop 2b3aa6b6
Timestamp: 2014-04-10 21:21:26 Author: abma [ Details ] [ Diff ] |
luasocket: default allow lobby.springrts.com:8200 | ||
mod - rts/lib/luasocket/src/restrictions.cpp | [ Diff ] [ File ] | ||
develop ec8e1999
Timestamp: 2014-04-06 07:04:45 Author: abma [ Details ] [ Diff ] |
update pr-downloader | ||
mod - tools/pr-downloader | [ Diff ] [ File ] | ||
develop 8f7ee9dd
Timestamp: 2014-04-01 00:45:04 Author: jK [ Details ] [ Diff ] |
remove CheckNoArgs() | ||
mod - rts/Lua/LuaSyncedRead.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaUnsyncedRead.cpp | [ Diff ] [ File ] | ||