]> git.tdb.fi Git - libs/game.git/shortlog
libs/game.git
2025-01-31 Mikko RasaUse the aligned form of operator delete
2025-01-31 Mikko RasaClean up MeshRenderer when DynamicMeshSource is destroyed
2025-01-31 Mikko RasaAdd some missing VR calls
2025-01-30 Mikko RasaRewrite the VR code to match changes in mspvr
2025-01-27 Mikko RasaAdjust to different way of accessing VR::MotionControll...
2025-01-27 Mikko RasaExport TransformValues in the API
2025-01-27 Mikko RasaAdd missing includes
2025-01-27 Mikko RasaUse different allocation functions for pools
2025-01-27 Mikko RasaExplicitly declare special members of certain classes
2025-01-27 Mikko RasaAdjust for changes in mspnet
2025-01-27 Mikko RasaHide thread-local data behind accessor functions
2025-01-27 Mikko RasaAdd a component for creating meshes via geometry defini...
2025-01-27 Mikko RasaAdd a missing include and forward declaration
2025-01-27 Mikko RasaAdd virtual reality support
2025-01-26 Mikko RasaRework the relationship between renderers and the view
2025-01-26 Mikko RasaInclude the input device in the LocalPlayerArrived...
2025-01-26 Mikko RasaAdd factory function from a matrix to TransformValues
2025-01-19 Mikko RasaRemove more unnecessary uses of std::ref
2024-01-27 Mikko RasaAdd polymorphism discovery for systems
2024-01-27 Mikko RasaCheck bases of intermediate base classes
2024-01-27 Mikko RasaAllow reflection to detect polymorphic bases from a...
2024-01-21 Mikko RasaImplement queueing for remote calls
2024-01-21 Mikko RasaConsolidate the remote call classes
2024-01-16 Mikko RasaAdjust network code for changes in the mspnet library
2024-01-13 Mikko RasaUse iterate_objects in Renderer::tick
2024-01-13 Mikko RasaCosmetic changes
2024-01-13 Mikko RasaCheck that clients only do calls on entities they possess
2024-01-13 Mikko RasaMove an include to where it's actually needed
2024-01-13 Mikko RasaAdd some network state checks
2024-01-13 Mikko RasaDon't filter by target players when sending from a...
2024-01-13 Mikko RasaRequire entity packets to have an entity_id field of...
2024-01-11 Mikko RasaAllow a custom protocol to be set for Replicator
2024-01-11 Mikko RasaFix an incorrect argument to key_error
2024-01-11 Mikko RasaAdd more kinds of remote calls
2024-01-11 Mikko RasaAvoid sending a packet to the same connection more...
2024-01-11 Mikko RasaStreamline the send functions in Replicator a bit
2024-01-11 Mikko RasaTrack the sender of the current packet
2024-01-09 Mikko RasaAdd facilities to designate entities as player-controlled
2023-12-30 Mikko RasaFix errors revealed by gcc 13
2023-06-17 Mikko RasaRework Landscape to support replication
2023-06-17 Mikko RasaAdd a dynamic cast function for Owned
2023-06-17 Mikko RasaAdd a callback when an entity is spawned over the network
2023-06-17 Mikko RasaAdd a mechanism for replicating function calls to clients
2023-06-17 Mikko RasaSupport custom lookup functions for retrieving setups...
2023-06-17 Mikko RasaGive IDs to entities replicated over the network
2023-06-17 Mikko RasaOnly send spawns to the target players of the replicator
2023-06-17 Mikko RasaSend spawns of newly-created entities in deferred_tick
2023-06-11 Mikko RasaAdd a mechanism for spawning entities over the network
2023-06-11 Mikko RasaAdd interfaces for using Networking from the outside
2023-06-11 Mikko RasaEmit events when the other side of a network connection...
2023-06-11 Mikko RasaRename Networking::next_id to next_player_id
2023-06-11 Mikko RasaUse Networking::set_state in start_server and connect_t...
2023-06-11 Mikko RasaAdd string interning to the network protocol
2023-06-08 Mikko RasaIdentify stages with a name
2023-06-08 Mikko RasaRemove unnecessary std::ref invocations
2023-06-08 Mikko RasaPlace Networking after event things in Director
2023-06-08 Mikko RasaRename some events for clarity and consistency
2023-05-19 Mikko RasaSupport adding prop entities to Landscape
2023-05-15 Mikko RasaAdd support for shadows
2023-05-15 Mikko RasaTrack destruction of individual components in Renderer
2023-05-15 Mikko RasaAllow clearing an Owned by assigning nullptr
2023-05-07 Mikko RasaMake Owned friendly to other template specializations
2023-05-07 Mikko RasaMake iterate_objects const
2023-05-07 Mikko RasaChain certain pool operations to pools of derived objects
2023-05-07 Mikko RasaKeep track of object pools for derived types
2023-05-07 Mikko RasaMake the destructor of PoolBase virtual
2023-05-07 Mikko RasaMake pools non-movable
2023-05-07 Mikko RasaAdd a generation number to Reflector
2023-05-07 Mikko RasaInclude generated headers from the installed location
2023-03-12 Mikko RasaAdd game setup imports as transitive dependencies
2023-03-12 Mikko RasaUpdate location of generated source files
2023-02-11 Mikko RasaAdd components and systems for creating terrains
2023-02-11 Mikko RasaMake Presenter store pointers to systems, not just...
2023-02-11 Mikko RasaAdd a component for using dynamic meshes in entities
2023-01-28 Mikko RasaAdjust Bassteroids for the lighting changes
2023-01-28 Mikko RasaCreate the rendering sequence dynamically
2023-01-28 Mikko RasaAdd components for creating lights
2023-01-28 Mikko RasaFurther refactor Renderer and MeshRenderer
2023-01-24 Mikko RasaAdd a transform propagator to stages by default
2023-01-21 Mikko RasaRefactor Renderer to pick up components instead of...
2023-01-21 Mikko RasaHave MeshRenderer's constructor take a GL::Object
2023-01-21 Mikko RasaUndefine the API macro at the end of a setup header
2023-01-17 Mikko RasaAdd basic networking infrastructure
2023-01-09 Mikko RasaDerive GameSetupDefinitions from TemplateFile instead...
2023-01-08 Mikko RasaUpdate .gitignore files
2023-01-08 Mikko RasaLoad the various setups through resources
2023-01-08 Mikko RasaAdd dependency to mspmath in Bassteroids
2023-01-08 Mikko RasaUse the setup generator to create setup structs
2023-01-08 Mikko RasaSupport API decorations for setups
2023-01-08 Mikko RasaPrefix C++ types with namespaces in the setup generator
2023-01-08 Mikko RasaAdd import functionality for setup modules
2023-01-08 Mikko RasaRefactor the setup generator to store types in modules
2023-01-07 Mikko RasaCreate a builder plugin for the setup generator tool
2023-01-07 Mikko RasaRemove a temporary hack
2023-01-07 Mikko RasaAdd an include which is now necessary
2023-01-07 Mikko RasaDecorate things which constitute the public API of...
2022-12-17 Mikko RasaAdd a tool for generating setup structs and loaders...
2022-12-07 Mikko RasaAdjust system dependencies to resolve scheduling ambigu...
2022-12-07 Mikko RasaSchedule systems based on their declared dependencies
2022-12-07 Mikko RasaAdd flags for declaring ordering between systems
next