Changesets: spring
develop 2f72c7f9
Timestamp: 2017-02-07 21:11:27 Author: sprunk Committer: GitHub [ Details ] [ Diff ] |
AllowStartPosition now receives 9th parameter teamID Useful for AIs who always report playerID 255 (also convenience) |
||
mod - cont/base/springcontent/LuaGadgets/gadgets.lua | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaHandleSynced.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaHandleSynced.h | [ Diff ] [ File ] | ||
mod - rts/Net/NetCommands.cpp | [ Diff ] [ File ] | ||
mod - rts/System/EventClient.cpp | [ Diff ] [ File ] | ||
mod - rts/System/EventClient.h | [ Diff ] [ File ] | ||
mod - rts/System/EventHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/EventHandler.h | [ Diff ] [ File ] | ||
develop b5a1f4f4
Timestamp: 2017-02-07 21:10:10 Author: sprunk Committer: GitHub [ Details ] [ Diff ] |
Document the new AllowStartPosition param | ||
mod - doc/changelog.txt | [ Diff ] [ File ] | ||
develop 7ed013da
Timestamp: 2017-02-07 18:00:02 Author: rtri [ Details ] [ Diff ] |
split Engine.cpuWordSize into {native,system}WordSize | ||
mod - rts/Lua/LuaConstEngine.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaHandleSynced.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Misc.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/Misc.h | [ Diff ] [ File ] | ||
develop 3f7561d7
Timestamp: 2017-02-07 16:36:34 Author: rtri [ Details ] [ Diff ] |
do not mix spaces and tabs | ||
mod - rts/Lua/LuaHandleSynced.cpp | [ Diff ] [ File ] | ||
develop 9ad680bd
Timestamp: 2017-02-07 16:08:37 Author: rtri [ Details ] [ Diff ] |
fix 0005458 | ||
mod - rts/Game/UI/MouseCursor.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MouseCursor.h | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MouseHandler.cpp | [ Diff ] [ File ] | ||
develop 1056205e
Timestamp: 2017-02-06 18:44:39 Author: rtri [ Details ] [ Diff ] |
...and reserve some buckets for the rest | ||
mod - rts/Game/UI/MouseHandler.cpp | [ Diff ] [ File ] | ||
develop a8302025
Timestamp: 2017-02-06 18:37:31 Author: rtri [ Details ] [ Diff ] |
make 'null' map to the null-cursor (safe now)' | ||
mod - rts/Game/UI/MouseHandler.cpp | [ Diff ] [ File ] | ||
develop 85e6ebed
Timestamp: 2017-02-06 17:59:13 Author: rtri [ Details ] [ Diff ] |
fix stupidity | ||
mod - rts/Game/UI/MouseHandler.cpp | [ Diff ] [ File ] | ||
develop 89dadbc6
Timestamp: 2017-02-06 17:54:07 Author: rtri [ Details ] [ Diff ] |
get rid of std::map in MouseHandler | ||
mod - rts/Game/UI/MouseCursor.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MouseCursor.h | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MouseHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MouseHandler.h | [ Diff ] [ File ] | ||
develop 02c0a6ac
Timestamp: 2017-02-06 16:02:57 Author: rtri [ Details ] [ Diff ] |
fix dangling currentCursor pointer on reload (probably caused 5444 et all) | ||
mod - rts/Game/Game.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MouseHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/MouseHandler.h | [ Diff ] [ File ] | ||
mod - rts/Menu/LuaMenuController.cpp | [ Diff ] [ File ] | ||
develop eff0d15a
Timestamp: 2017-02-06 13:08:39 Author: rtri [ Details ] [ Diff ] |
fix 0005454 | ||
mod - rts/Menu/LuaMenuController.cpp | [ Diff ] [ File ] | ||
mod - rts/Menu/LuaMenuController.h | [ Diff ] [ File ] | ||
mod - rts/System/Sound/OpenAL/SoundSource.cpp | [ Diff ] [ File ] | ||
mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
develop 1b3ede21
Timestamp: 2017-02-06 12:11:50 Author: rtri [ Details ] [ Diff ] |
always play streams with default pitch | ||
mod - rts/System/Sound/OpenAL/OggStream.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Sound/OpenAL/SoundSource.cpp | [ Diff ] [ File ] | ||
develop 9a9d4ad4
Timestamp: 2017-02-06 03:29:51 Author: rtri [ Details ] [ Diff ] |
addendum; update basecontent system.lua's | ||
mod - cont/LuaUI/system.lua | [ Diff ] [ File ] | ||
mod - cont/base/springcontent/LuaGadgets/system.lua | [ Diff ] [ File ] | ||
develop 9599201b
Timestamp: 2017-02-06 02:13:41 Author: rtri [ Details ] [ Diff ] |
fix 0005455; introduce LuaConstEngine Game.{version,versionFull,versionPatchSet,buildFlags} now reside in the Engine table Engine.cpuWordSize indicates the build type and is either 4 or 8 (or 0 in synced code) |
||
mod - rts/Lua/CMakeLists.txt | [ Diff ] [ File ] | ||
add - rts/Lua/LuaConstEngine.cpp | [ Diff ] [ File ] | ||
add - rts/Lua/LuaConstEngine.h | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaConstGame.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaConstGame.h | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaHandleSynced.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaIntro.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaMenu.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaUI.cpp | [ Diff ] [ File ] | ||
develop 03505425
Timestamp: 2017-02-06 01:21:22 Author: rtri [ Details ] [ Diff ] |
random cleanup do not bitshift negative values (UB) do not heap-allocate simple arrays move user-config printing to LogOutput |
||
mod - rts/System/LogOutput.cpp | [ Diff ] [ File ] | ||
mod - rts/System/LogOutput.h | [ Diff ] [ File ] | ||
mod - rts/System/Platform/CpuID.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/CpuID.h | [ Diff ] [ File ] | ||
mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
develop bdd6b641
Timestamp: 2017-02-05 16:14:53 Author: rtri Committer: GitHub [ Details ] [ Diff ] |
default LoadingMT to 0 until I know why OffscreenGLContext destruction corrupts memory | ||
mod - rts/Game/LoadScreen.cpp | [ Diff ] [ File ] | ||
develop 3cdfeb7d
Timestamp: 2017-02-04 16:44:10 Author: rtri [ Details ] [ Diff ] |
fix 0005450 | ||
mod - rts/Rendering/Textures/Bitmap.cpp | [ Diff ] [ File ] | ||
develop a250491b
Timestamp: 2017-02-04 15:12:59 Author: rtri [ Details ] [ Diff ] |
catch invalid CmdDesc indices in GuiHandler::DrawButtons | ||
mod - rts/Game/UI/GuiHandler.cpp | [ Diff ] [ File ] | ||
develop 98a3f5ca
Timestamp: 2017-02-04 13:12:14 Author: rtri [ Details ] [ Diff ] |
avoid ilSaveF, crashes on all Windows builds "encoding" issues seem to have been 14aa69c13f |
||
mod - rts/Rendering/Screenshot.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Textures/Bitmap.cpp | [ Diff ] [ File ] | ||
develop cf3f0166
Timestamp: 2017-02-03 13:21:08 Author: rtri [ Details ] [ Diff ] |
waste fewer LOCs in GuiHandler::ResizeIconArray | ||
mod - rts/Game/UI/GuiHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/UI/GuiHandler.h | [ Diff ] [ File ] | ||
develop 14aa69c1
Timestamp: 2017-02-03 12:13:37 Author: rtri [ Details ] [ Diff ] |
fix race between screenshot counter and libIL | ||
mod - rts/Rendering/Screenshot.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Threading/ThreadPool.h | [ Diff ] [ File ] | ||
develop 9fc2560f
Timestamp: 2017-02-02 17:03:51 Author: rtri [ Details ] [ Diff ] |
nlc | ||
mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||
develop e74f4b61
Timestamp: 2017-02-02 16:51:44 Author: rtri [ Details ] [ Diff ] |
continue the ilSave* saga | ||
mod - rts/Rendering/Textures/Bitmap.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Sound/OpenAL/Sound.cpp | [ Diff ] [ File ] | ||
develop 670e0d46
Timestamp: 2017-02-02 02:12:31 Author: rtri [ Details ] [ Diff ] |
switch to ilSaveF | ||
mod - rts/Rendering/Textures/Bitmap.cpp | [ Diff ] [ File ] | ||
develop ca0bc524
Timestamp: 2017-02-01 23:01:02 Author: rtri [ Details ] [ Diff ] |
fix 0005447 | ||
mod - rts/Rendering/Textures/Bitmap.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Textures/Bitmap.h | [ Diff ] [ File ] | ||
mod - rts/System/Platform/WindowManagerHelper.cpp | [ Diff ] [ File ] | ||
mod - rts/System/Platform/WindowManagerHelper.h | [ Diff ] [ File ] | ||
mod - rts/System/SpringApp.cpp | [ Diff ] [ File ] | ||