Changesets: spring
maintenance 0fc4e2f7
Timestamp: 2019-03-23 02:43:57 Author: rt [ Details ] [ Diff ] |
fix DRAW_DEBUG_IN_MINIMAP | ||
mod - rts/Map/SMF/ROAM/RoamMeshDrawer.cpp | [ Diff ] [ File ] | ||
maintenance de8d845c
Timestamp: 2019-03-23 02:43:08 Author: rt [ Details ] [ Diff ] |
tweak shadows | ||
mod - rts/Map/SMF/SMFReadMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/ShadowHandler.cpp | [ Diff ] [ File ] | ||
develop 0281aa0d
Timestamp: 2019-03-23 02:41:46 Author: rt [ Details ] [ Diff ] |
tweak shadows | ||
mod - rts/Map/SMF/SMFReadMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/ShadowHandler.cpp | [ Diff ] [ File ] | ||
maintenance ceb38ef1
Timestamp: 2019-03-22 13:19:17 Author: Eshed [ Details ] [ Diff ] |
convert GetUnitCurrentCommand to 1-based | ||
mod - rts/Lua/LuaSyncedRead.cpp | [ Diff ] [ File ] | ||
develop 333d8376
Timestamp: 2019-03-22 13:19:17 Author: Eshed [ Details ] [ Diff ] |
convert GetUnitCurrentCommand to 1-based | ||
mod - rts/Lua/LuaSyncedRead.cpp | [ Diff ] [ File ] | ||
maintenance 49a34bc4
Timestamp: 2019-03-21 01:44:20 Author: rt [ Details ] [ Diff ] |
add. e81b3a0fc0 | ||
mod - doc/changelog.txt | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaSyncedRead.cpp | [ Diff ] [ File ] | ||
develop 533cb8ca
Timestamp: 2019-03-21 01:44:20 Author: rt [ Details ] [ Diff ] |
add. e81b3a0fc0 | ||
mod - doc/changelog.txt | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaSyncedRead.cpp | [ Diff ] [ File ] | ||
maintenance ddcb20c7
Timestamp: 2019-03-20 23:34:49 Author: Eshed [ Details ] [ Diff ] |
Add `GetUnitCurrentCommand` lua callout (0000437) * Add `GetUnitCurrentCommand` lua callout Spring.GetUnitCurrentCommand(unitID) -> [cmdID, cmdOpts (coded), cmdTag[, cmdParam1[, cmdParam2 ... ]]] Options are coded as a single number and parameters are returned on the stack so that there are no table allocations. This is a form of optimisation because getting the current command is a common action but so far the only available option was GetUnitCommands(unitID, 1) which still allocated 3 tables. * Fix * changelog++ * Fix # Conflicts: # doc/changelog.txt |
||
mod - doc/changelog.txt | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaSyncedRead.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaSyncedRead.h | [ Diff ] [ File ] | ||
develop e81b3a0f
Timestamp: 2019-03-20 23:24:20 Author: sprunk Committer: Eshed [ Details ] [ Diff ] |
Add `GetUnitCurrentCommand` lua callout (0000437) * Add `GetUnitCurrentCommand` lua callout Spring.GetUnitCurrentCommand(unitID) -> [cmdID, cmdOpts (coded), cmdTag[, cmdParam1[, cmdParam2 ... ]]] Options are coded as a single number and parameters are returned on the stack so that there are no table allocations. This is a form of optimisation because getting the current command is a common action but so far the only available option was GetUnitCommands(unitID, 1) which still allocated 3 tables. * Fix * changelog++ * Fix |
||
mod - doc/changelog.txt | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaSyncedRead.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaSyncedRead.h | [ Diff ] [ File ] | ||
maintenance a7bd843d
Timestamp: 2019-03-20 21:59:33 Author: rt [ Details ] [ Diff ] |
fix occasionally disastrous GridVis bug | ||
mod - rts/Map/SMF/SMFReadMap.cpp | [ Diff ] [ File ] | ||
develop 8e884e82
Timestamp: 2019-03-20 21:59:09 Author: rt [ Details ] [ Diff ] |
fix occasionally disastrous GridVis bug | ||
mod - rts/Map/SMF/SMFReadMap.cpp | [ Diff ] [ File ] | ||
maintenance be5d967b
Timestamp: 2019-03-20 20:26:52 Author: Eshed [ Details ] [ Diff ] |
fix a broken if and some other warnings thanks gcc! |
||
mod - rts/Lua/LuaHandleSynced.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaOpenGL.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Map/InfoTexture/Modern/Path.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/GroundMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/MoveMath/MoveMath.cpp | [ Diff ] [ File ] | ||
mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
develop 6907eb90
Timestamp: 2019-03-20 20:26:52 Author: Eshed [ Details ] [ Diff ] |
fix a broken if and some other warnings thanks gcc! |
||
mod - rts/Lua/LuaHandleSynced.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/GroundMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/MoveMath/MoveMath.cpp | [ Diff ] [ File ] | ||
mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
maintenance 19ebab44
Timestamp: 2019-03-20 19:16:44 Author: Eshed [ Details ] [ Diff ] |
fix debug build | ||
mod - rts/Rendering/Shaders/Shader.cpp | [ Diff ] [ File ] | ||
maintenance 2a398e88
Timestamp: 2019-03-20 18:39:12 Author: rt [ Details ] [ Diff ] |
merge some develop Shader* diffs | ||
mod - rts/Rendering/Shaders/GLSLCopyState.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Shaders/Shader.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Shaders/Shader.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/Shaders/ShaderStates.h | [ Diff ] [ File ] | ||
maintenance d0ca58a0
Timestamp: 2019-03-20 18:30:52 Author: Eshed [ Details ] [ Diff ] |
More cores! | ||
mod - buildbot/master/master.cfg | [ Diff ] [ File ] | ||
develop 02ccd9ba
Timestamp: 2019-03-20 18:30:52 Author: Eshed Committer: GitHub [ Details ] [ Diff ] |
More cores! | ||
mod - buildbot/master/master.cfg | [ Diff ] [ File ] | ||
maintenance b877b453
Timestamp: 2019-03-20 18:26:50 Author: Eshed [ Details ] [ Diff ] |
convert ErrorMessageBox to raw strings # Conflicts: # rts/Rendering/Shaders/ShaderStates.h |
||
mod - rts/Game/PreGame.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Linux/CrashHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Linux/MessageBox.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Mac/MessageBox.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/MessageBox.h | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Misc.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Misc.h | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Threading.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Threading.h | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Win/CrashHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Win/MessageBox.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/errorhandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/errorhandler.h | [ Diff ] [ File ] | ||
mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
maintenance b3d33562
Timestamp: 2019-03-20 18:23:11 Author: Eshed [ Details ] [ Diff ] |
fix build | ||
mod - rts/System/FileSystem/FileSystemInitializer.cpp | [ Diff ] [ File ] | ||
develop 2cd209aa
Timestamp: 2019-03-20 18:23:11 Author: Eshed [ Details ] [ Diff ] |
fix build | ||
mod - rts/System/FileSystem/FileSystemInitializer.cpp | [ Diff ] [ File ] | ||
maintenance 6cc65aaa
Timestamp: 2019-03-20 18:16:44 Author: Eshed [ Details ] [ Diff ] |
Apply workdir-per-branch to the rest of the builders | ||
mod - buildbot/master/master.cfg | [ Diff ] [ File ] | ||
develop 8c1b0438
Timestamp: 2019-03-20 18:16:44 Author: Eshed Committer: GitHub [ Details ] [ Diff ] |
Apply workdir-per-branch to the rest of the builders | ||
mod - buildbot/master/master.cfg | [ Diff ] [ File ] | ||
develop ead460ec
Timestamp: 2019-03-20 17:56:42 Author: rt [ Details ] [ Diff ] |
convert ErrorMessageBox to raw strings | ||
mod - rts/Game/PreGame.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Shaders/ShaderStates.h | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Linux/CrashHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Linux/MessageBox.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Mac/MessageBox.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/MessageBox.h | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Misc.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Misc.h | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Threading.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Threading.h | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Win/CrashHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Win/MessageBox.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/errorhandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/errorhandler.h | [ Diff ] [ File ] | ||
mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
maintenance 0b54b497
Timestamp: 2019-03-20 17:35:04 Author: rt Committer: Eshed [ Details ] [ Diff ] |
fix 7ba43f03 | ||
mod - rts/Lua/LuaSyncedRead.cpp | [ Diff ] [ File ] | ||
develop 91884ad0
Timestamp: 2019-03-20 17:35:04 Author: rt [ Details ] [ Diff ] |
fix 7ba43f03 | ||
mod - rts/Lua/LuaSyncedRead.cpp | [ Diff ] [ File ] | ||