index
:
Starshatter: The Open Source Project
master
Military space combat simulator
Aki
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
StarsEx
Age
Commit message (
Expand
)
Author
2022-10-14
Fixed ContentBundle loading locale at init
Aki
2022-10-14
Added content dat to ignore list for ModConfig
Aki
2022-09-17
Fixed access to possibly null pointer
Aki
2022-09-15
Renamed EventDispatch and EventTarget by adding UI prefix
Aki
2022-09-11
Replaced Datafile and StarsEx/Archive with dat and ArchiveEx
Aki
2022-08-03
Extended size of cast even more
Aki
2022-04-14
Reformatted Pcx to match newline and indent conventions
Aki
2022-04-14
Renamed PCX format source to match convention
Aki
2022-04-14
Removed unused Reset method in loader
Aki
2022-04-14
Removed source groups as they didn't find their use in the end
Aki
2022-04-14
Switched to use new Sources everywhere applicable in the Loader
Aki
2022-04-13
Removed unused includes of DataLoader
Aki
2022-04-12
DataSource now properly includes file reading functions
Aki
2022-04-12
Fixed leaked cwd source from loader
Aki
2022-04-12
Remvoed unused UseVideo of DataLoader
Aki
2022-04-12
Removed prefix from data sources
Aki
2022-04-12
Added a way to weak reference sources without any dependencies
Aki
2022-04-12
Changed error returning in DataLoader
Aki
2022-04-10
Added groups for data sources
Aki
2022-04-10
Switched to use FileSystemDataSource in DataLoader
Aki
2022-04-10
Added simple DataSources to replace parts of DataLoader
Aki
2022-04-10
Switched to C types and memory mutation functions in Archive
Aki
2022-04-10
Moved archives list from static part of impl to loader member
Aki
2022-04-10
Removed unused static pointer to loader instance
Aki
2022-04-10
Merge branch 'magic'
Aki
2022-04-10
Requested texture size is now managed by Video and Video Settings
Aki
2022-04-09
Removed dependency on Starshatter in some dialogs and mission gens
Aki
2022-04-07
Increased maximum polys and vertices fourfold
Aki
2022-04-07
Added void return type for = overload
Aki
2022-04-07
Changed file names for Parser to avoid conflict in MSVC environment
Aki
2022-04-07
Removed unused WebBrowser launcher
Aki
2022-04-07
Moved server exclusive files to own module
Aki
2022-04-07
Made Game accessors const and fixed minor formatting issues
Aki
2022-04-07
Removed ShowMouse from Game
Aki
2022-04-06
Replaced c-style casts of derived classes with dynamic_cast
Aki
2022-04-06
Removed DataLoader "ownership" by StarServer
Aki
2022-04-06
Removed dead code block
Aki
2022-04-06
Changed to use Sleep equivalent from STL
Aki
2022-04-06
Removed periodic print outs in server's play mode
Aki
2022-04-06
Cleaned up StarServer files
Aki
2022-04-06
NetLobbyServer now uses Game interface to manage game modes
Aki
2022-04-06
Removed server shutdown/reset command
Aki
2022-04-06
Removed direct reference to StarServer in MissionEvent
Aki
2022-04-06
Chaned VersionInfo to be private
Aki
2022-04-06
Removed member variable used to indicate server instance
Aki
2022-04-06
Moved world ownership to concrete game classes
Aki
2022-04-06
Streamlined instance management for Game and derived classes
Aki
2022-04-06
Removed MaxFrameLength
Aki
2022-04-06
Removed OnPaint
Aki
2022-04-05
Fixed campaign saving
Aki
[next]