Changesets: spring
develop d65475ef
Timestamp: 2015-09-10 15:20:37 Author: Eshed [ Details ] [ Diff ] |
addendum 63d09c0c5b91da1a847028e726ce68cf1f4c04a6 Added hashing for terrainTypes and the typeMap. |
||
mod - rts/Map/MapInfo.h | [ Diff ] [ File ] | ||
mod - rts/Map/ReadMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/ReadMap.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Path/Default/PathEstimator.cpp | [ Diff ] [ File ] | ||
develop a3e9a976
Timestamp: 2015-09-10 14:52:59 Author: abma [ Details ] [ Diff ] |
add description for AllowSpectatorJoin (part of 0004949) | ||
mod - rts/Net/GameServer.cpp | [ Diff ] [ File ] | ||
develop c1ca9a69
Timestamp: 2015-09-10 12:02:26 Author: Eshed [ Details ] [ Diff ] |
Fix 0004950 | ||
mod - rts/Sim/Units/CommandAI/MobileCAI.cpp | [ Diff ] [ File ] | ||
develop 63d09c0c
Timestamp: 2015-09-10 10:52:25 Author: Eshed [ Details ] [ Diff ] |
Fix 0004924 Added groundBlockingObjectMap hash Heightmap hash is recalculated for PE |
||
mod - rts/Map/ReadMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Map/ReadMap.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/GroundBlockingObjectMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/GroundBlockingObjectMap.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Path/Default/PathEstimator.cpp | [ Diff ] [ File ] | ||
develop 171006ad
Timestamp: 2015-09-10 00:46:19 Author: abma [ Details ] [ Diff ] |
replace printf with LOG_L | ||
mod - rts/Lua/LuaVFSDownload.cpp | [ Diff ] [ File ] | ||
develop c0e2f2c0
Timestamp: 2015-09-10 00:40:37 Author: abma [ Details ] [ Diff ] |
Merge branch 'develop' into pr-downloader | ||
mod - rts/ExternalAI/EngineOutHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/SyncedGameCommands.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaSyncedCtrl.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaSyncedCtrl.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/Map/InfoTexture/Legacy/LegacyInfoTextureHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Map/InfoTexture/Modern/AirLos.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Map/InfoTexture/Modern/Los.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Map/InfoTexture/Modern/Path.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Map/InfoTexture/Modern/Radar.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/GlobalSynced.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/GlobalSynced.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/LosHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/LosHandler.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/LosMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/LosMap.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Path/Default/PathEstimator.cpp | [ Diff ] [ File ] | ||
mod - rts/build/cmake/UtilVersion.cmake | [ Diff ] [ File ] | ||
develop ff55b361
Timestamp: 2015-09-10 00:06:26 Author: jK [ Details ] [ Diff ] |
add Spring.SetGlobalLos(int allyTeamID, bool globallos) | ||
mod - rts/ExternalAI/EngineOutHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Game/SyncedGameCommands.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaSyncedCtrl.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaSyncedCtrl.h | [ Diff ] [ File ] | ||
mod - rts/Rendering/Map/InfoTexture/Legacy/LegacyInfoTextureHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Map/InfoTexture/Modern/AirLos.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Map/InfoTexture/Modern/Los.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Map/InfoTexture/Modern/Path.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/Map/InfoTexture/Modern/Radar.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/GlobalSynced.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/GlobalSynced.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/LosHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/LosHandler.h | [ Diff ] [ File ] | ||
develop 6ffc0011
Timestamp: 2015-09-09 15:34:08 Author: jK [ Details ] [ Diff ] |
Make LoS raycasting twice as fast: 1. precalc all angles before raycasting (reduces math ops & cache misses) 2. precache isqrt for ints 3. add early-out in CLosMap::SafeLosAdd() 4. add comments |
||
mod - rts/Sim/Misc/LosMap.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Misc/LosMap.h | [ Diff ] [ File ] | ||
develop b19c78e7
Timestamp: 2015-09-09 00:55:13 Author: 12345swordy [ Details ] [ Diff ] |
initializing an array using static int is a gcc extension that isn't supported on other compilers. | ||
mod - rts/System/FileSystem/RapidHandler.cpp | [ Diff ] [ File ] | ||
develop 22a241ce
Timestamp: 2015-09-08 16:33:30 Author: jK [ Details ] [ Diff ] |
reduce indentation | ||
mod - rts/Sim/Path/Default/PathEstimator.cpp | [ Diff ] [ File ] | ||
develop 71b3c583
Timestamp: 2015-09-08 16:32:50 Author: jK [ Details ] [ Diff ] |
PathCache: handle crc failure | ||
mod - rts/Sim/Path/Default/PathEstimator.cpp | [ Diff ] [ File ] | ||
develop 7f57373d
Timestamp: 2015-09-08 16:31:38 Author: jK [ Details ] [ Diff ] |
fix version test (yes, we got a sha1 with 9 chars) | ||
mod - rts/build/cmake/UtilVersion.cmake | [ Diff ] [ File ] | ||
develop 0115012f
Timestamp: 2015-09-08 16:03:40 Author: jK [ Details ] [ Diff ] |
LosMap: fixed that some lines were processed multiple times | ||
mod - rts/Sim/Misc/LosMap.cpp | [ Diff ] [ File ] | ||
develop 0e492643
Timestamp: 2015-09-07 04:33:35 Author: Gajo Petrovic [ Details ] [ Diff ] |
minor comment | ||
mod - rts/Lua/LuaVFSDownload.cpp | [ Diff ] [ File ] | ||
develop f579dcc1
Timestamp: 2015-09-07 04:16:13 Author: Gajo Petrovic [ Details ] [ Diff ] |
better download example widget; threading cleanup/comments; std::sync->std::thread, minor fixes | ||
mod - cont/examples/Widgets/download.lua | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaVFSDownload.cpp | [ Diff ] [ File ] | ||
develop 9d460370
Timestamp: 2015-09-07 02:31:51 Author: Gajo Petrovic [ Details ] [ Diff ] |
actually search in the specified category; return lua errors in case of invalid params | ||
mod - rts/Lua/LuaVFSDownload.cpp | [ Diff ] [ File ] | ||
develop 0b9a7243
Timestamp: 2015-09-07 02:14:19 Author: Gajo Petrovic [ Details ] [ Diff ] |
use correct ID + cleanup | ||
mod - rts/Lua/LuaVFSDownload.cpp | [ Diff ] [ File ] | ||
develop 167c70c1
Timestamp: 2015-09-07 01:44:11 Author: Gajo Petrovic [ Details ] [ Diff ] |
Return a DownloadFailed if there's nothing to download. Use correct ID for events. Removed some extra printfs | ||
mod - rts/Lua/LuaVFSDownload.cpp | [ Diff ] [ File ] | ||
develop 81394f81
Timestamp: 2015-09-06 21:04:21 Author: abma [ Details ] [ Diff ] |
fix widget | ||
mod - cont/examples/Widgets/download.lua | [ Diff ] [ File ] | ||
develop 02c5dcb3
Timestamp: 2015-09-06 20:39:37 Author: abma [ Details ] [ Diff ] |
update pr-downloader / fixme | ||
mod - rts/Lua/LuaVFSDownload.cpp | [ Diff ] [ File ] | ||
mod - tools/pr-downloader | [ Diff ] [ File ] | ||
develop 6f6e7c47
Timestamp: 2015-09-06 20:27:04 Author: abma [ Details ] [ Diff ] |
Merge branch 'develop' into pr-downloader | ||
mod - rts/Rendering/Env/Decals/GroundDecalHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/FeatureDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/ProjectileDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Rendering/UnitDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/Objects/SolidObject.cpp | [ Diff ] [ File ] | ||
develop 11f954c1
Timestamp: 2015-09-06 20:24:55 Author: abma [ Details ] [ Diff ] |
fix fixme / failed assert | ||
mod - rts/Lua/LuaVFSDownload.cpp | [ Diff ] [ File ] | ||
develop d6f6cd4b
Timestamp: 2015-09-06 20:15:26 Author: abma [ Details ] [ Diff ] |
fix 0004942 (thanks cleanrock!) | ||
mod - rts/Sim/Objects/SolidObject.cpp | [ Diff ] [ File ] | ||
develop 291ff26c
Timestamp: 2015-09-06 20:11:11 Author: abma [ Details ] [ Diff ] |
refactor code from EventHandler to LuaVFSDownload | ||
mod - rts/Lua/LuaHandle.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaVFSDownload.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaVFSDownload.h | [ Diff ] [ File ] | ||
mod - rts/System/EventHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/EventHandler.h | [ Diff ] [ File ] | ||
develop a79a7f57
Timestamp: 2015-09-06 20:00:57 Author: abma [ Details ] [ Diff ] |
add comments | ||
mod - rts/Lua/LuaVFSDownload.cpp | [ Diff ] [ File ] | ||
mod - rts/System/EventHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/EventHandler.h | [ Diff ] [ File ] | ||