Changesets: spring
maintenance 313c998e
Timestamp: 2018-10-12 18:01:55 Author: rt [ Details ] [ Diff ] |
fix 0004515 / add. bf22703f | ||
mod - rts/Sim/MoveTypes/StrafeAirMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/StrafeAirMoveType.h | [ Diff ] [ File ] | ||
develop d1f646bb
Timestamp: 2018-10-12 01:46:19 Author: rt [ Details ] [ Diff ] |
nlc | ||
mod - rts/Lua/LuaArchive.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaVFS.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/VFSHandler.cpp | [ Diff ] [ File ] | ||
maintenance 03a5e1e3
Timestamp: 2018-10-12 01:46:19 Author: rt [ Details ] [ Diff ] |
nlc | ||
mod - rts/Lua/LuaArchive.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaVFS.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/VFSHandler.cpp | [ Diff ] [ File ] | ||
develop eda2acb5
Timestamp: 2018-10-11 19:33:11 Author: rt [ Details ] [ Diff ] |
center cursor on startup | ||
mod - rts/Game/UI/MouseHandler.cpp | [ Diff ] [ File ] | ||
maintenance 0ab3d868
Timestamp: 2018-10-11 19:33:11 Author: rt [ Details ] [ Diff ] |
center cursor on startup | ||
mod - rts/Game/UI/MouseHandler.cpp | [ Diff ] [ File ] | ||
develop a96fb608
Timestamp: 2018-10-11 17:59:33 Author: Gajo Petrovic [ Details ] [ Diff ] |
Added VFS.GetFileAbsolutePath and VFS.GetArchiveContainingFile - VFS.GetFileAbsolutePath(string vfsFilePath) -> string filePathOnDisk - VFS.GetArchiveContainingFile(string vfsFilePath) -> string archiveName |
||
mod - doc/changelog.txt | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaVFS.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaVFS.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/Archives/DirArchive.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileHandler.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/VFSHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/VFSHandler.h | [ Diff ] [ File ] | ||
maintenance d5344e9d
Timestamp: 2018-10-11 17:59:33 Author: Gajo Petrovic [ Details ] [ Diff ] |
Added VFS.GetFileAbsolutePath and VFS.GetArchiveContainingFile - VFS.GetFileAbsolutePath(string vfsFilePath) -> string filePathOnDisk - VFS.GetArchiveContainingFile(string vfsFilePath) -> string archiveName |
||
mod - doc/changelog.txt | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaVFS.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaVFS.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/Archives/DirArchive.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileHandler.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/VFSHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/VFSHandler.h | [ Diff ] [ File ] | ||
develop 0b7b66c1
Timestamp: 2018-10-11 17:12:02 Author: Gajo Petrovic [ Details ] [ Diff ] |
nlc; don't expand std:: namespace | ||
mod - rts/Lua/LuaArchive.cpp | [ Diff ] [ File ] | ||
maintenance 6ca72e0d
Timestamp: 2018-10-11 17:12:02 Author: Gajo Petrovic [ Details ] [ Diff ] |
nlc; don't expand std:: namespace | ||
mod - rts/Lua/LuaArchive.cpp | [ Diff ] [ File ] | ||
develop c0303a0b
Timestamp: 2018-10-11 17:07:20 Author: Gajo Petrovic [ Details ] [ Diff ] |
Add VFS.GetLoadedArchives and VFS.GetArchivePath: - VFS.GetLoadedArchives() -> { string archiveName1, string archiveName2, ... } - VFS.GetArchivePath(string archiveName1) -> string archivePathOnDisk |
||
mod - doc/changelog.txt | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaArchive.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaArchive.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/VFSHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/VFSHandler.h | [ Diff ] [ File ] | ||
maintenance efa3c9bb
Timestamp: 2018-10-11 17:07:20 Author: Gajo Petrovic [ Details ] [ Diff ] |
Add VFS.GetLoadedArchives and VFS.GetArchivePath: - VFS.GetLoadedArchives() -> { string archiveName1, string archiveName2, ... } - VFS.GetArchivePath(string archiveName1) -> string archivePathOnDisk |
||
mod - doc/changelog.txt | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaArchive.cpp | [ Diff ] [ File ] | ||
mod - rts/Lua/LuaArchive.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/VFSHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/VFSHandler.h | [ Diff ] [ File ] | ||
develop 4346c022
Timestamp: 2018-10-11 16:11:15 Author: Gajo Petrovic [ Details ] [ Diff ] |
nlc; cleanup LuaArchive.cpp | ||
mod - rts/Lua/LuaArchive.cpp | [ Diff ] [ File ] | ||
maintenance 314a8cee
Timestamp: 2018-10-11 16:11:15 Author: Gajo Petrovic [ Details ] [ Diff ] |
nlc; cleanup LuaArchive.cpp | ||
mod - rts/Lua/LuaArchive.cpp | [ Diff ] [ File ] | ||
develop bfbd3e11
Timestamp: 2018-10-11 15:48:12 Author: Gajo Petrovic [ Details ] [ Diff ] |
revert return() -> return style change | ||
mod - rts/System/FileSystem/ArchiveLoader.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/ArchiveScanner.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/ArchiveScanner.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/Archives/DirArchive.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/Archives/IArchive.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/Archives/PoolArchive.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/Archives/PoolArchive.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/Archives/SevenZipArchive.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/Archives/VirtualArchive.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/Archives/VirtualArchive.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/Archives/ZipArchive.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/DataDirsAccess.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileHandler.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileSystem.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileSystemAbstraction.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileSystemInitializer.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileSystemInitializer.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/SimpleParser.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/VFSHandler.cpp | [ Diff ] [ File ] | ||
maintenance af0ccda5
Timestamp: 2018-10-11 15:48:12 Author: Gajo Petrovic [ Details ] [ Diff ] |
revert return() -> return style change | ||
mod - rts/System/FileSystem/ArchiveLoader.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/ArchiveScanner.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/ArchiveScanner.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/Archives/DirArchive.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/Archives/IArchive.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/Archives/PoolArchive.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/Archives/PoolArchive.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/Archives/SevenZipArchive.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/Archives/VirtualArchive.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/Archives/VirtualArchive.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/Archives/ZipArchive.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/DataDirsAccess.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileHandler.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileHandler.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileSystem.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileSystemAbstraction.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileSystemInitializer.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/FileSystemInitializer.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/SimpleParser.h | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/VFSHandler.cpp | [ Diff ] [ File ] | ||
develop 4f93c0b6
Timestamp: 2018-10-10 22:20:02 Author: rt [ Details ] [ Diff ] |
add /hang | ||
mod - rts/Game/UnsyncedGameCommands.cpp | [ Diff ] [ File ] | ||
maintenance b0050743
Timestamp: 2018-10-10 22:20:02 Author: rt [ Details ] [ Diff ] |
add /hang Conflicts: rts/Game/UnsyncedGameCommands.cpp |
||
mod - rts/Game/UnsyncedGameCommands.cpp | [ Diff ] [ File ] | ||
develop bf22703f
Timestamp: 2018-10-10 20:37:59 Author: rt [ Details ] [ Diff ] |
reduce shaken aircraft syndrome proper jitter-free avoidance requires 1) flocking and 2) a notion of groups Spring has neither, so the old "pitch down or up" solution could not really be expected to work |
||
mod - rts/Rendering/HUDDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/AAirMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/AAirMoveType.h | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/GroundMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/HoverAirMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/MoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/MoveType.h | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/ScriptMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/StrafeAirMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/StrafeAirMoveType.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
maintenance 80f93742
Timestamp: 2018-10-10 20:37:59 Author: rt [ Details ] [ Diff ] |
reduce shaken aircraft syndrome proper jitter-free avoidance requires 1) flocking and 2) a notion of groups Spring has neither, so the old "pitch down or up" solution could not really be expected to work Conflicts: rts/Rendering/HUDDrawer.cpp |
||
mod - rts/Rendering/HUDDrawer.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/AAirMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/AAirMoveType.h | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/GroundMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/HoverAirMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/MoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/MoveType.h | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/ScriptMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/StrafeAirMoveType.cpp | [ Diff ] [ File ] | ||
mod - rts/Sim/MoveTypes/StrafeAirMoveType.h | [ Diff ] [ File ] | ||
mod - rts/Sim/Units/Unit.cpp | [ Diff ] [ File ] | ||
develop 50330c47
Timestamp: 2018-10-10 17:10:48 Author: Gajo Petrovic [ Details ] [ Diff ] |
nlc constify DirArchive.dirName |
||
mod - rts/System/FileSystem/Archives/DirArchive.h | [ Diff ] [ File ] | ||
maintenance 40ec7263
Timestamp: 2018-10-10 17:10:48 Author: Gajo Petrovic [ Details ] [ Diff ] |
nlc constify DirArchive.dirName |
||
mod - rts/System/FileSystem/Archives/DirArchive.h | [ Diff ] [ File ] | ||
develop 8b7c760e
Timestamp: 2018-10-10 17:02:01 Author: Gajo Petrovic [ Details ] [ Diff ] |
nlc CacheDir whitespace and NULL/nullptr cleanup DataDirLocator use range based for loops instead of iterators |
||
mod - rts/System/FileSystem/CacheDir.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/DataDirLocater.cpp | [ Diff ] [ File ] | ||
maintenance abdc8fa0
Timestamp: 2018-10-10 17:02:01 Author: Gajo Petrovic [ Details ] [ Diff ] |
nlc CacheDir whitespace and NULL/nullptr cleanup DataDirLocator use range based for loops instead of iterators |
||
mod - rts/System/FileSystem/CacheDir.cpp | [ Diff ] [ File ] | ||
mod - rts/System/FileSystem/DataDirLocater.cpp | [ Diff ] [ File ] | ||
develop 11ac41b9
Timestamp: 2018-10-10 16:43:23 Author: Gajo Petrovic [ Details ] [ Diff ] |
nlc DRY: CArchiveLoader::CArchiveLoader cleanup |
||
mod - rts/System/FileSystem/ArchiveLoader.cpp | [ Diff ] [ File ] | ||
maintenance 547de144
Timestamp: 2018-10-10 16:43:23 Author: Gajo Petrovic [ Details ] [ Diff ] |
nlc DRY: CArchiveLoader::CArchiveLoader cleanup |
||
mod - rts/System/FileSystem/ArchiveLoader.cpp | [ Diff ] [ File ] | ||