Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Template Ray on position type | Dan Goodliffe | 2024-01-07 |
| | |||
* | Remove more use of legacy types and unnecessary pointers from selectable ↵ | Dan Goodliffe | 2024-01-01 |
| | | | | interface | ||
* | Remove more use of legacy types | Dan Goodliffe | 2024-01-01 |
| | |||
* | WIP typedefing all the things - headers | Dan Goodliffe | 2023-11-07 |
| | |||
* | Drop .hpp for header only things | Dan Goodliffe | 2023-04-29 |
| | | | | Half of them acquired a .cpp part anyway | ||
* | Handle rendering of RailVehicles through RailVehicleClass instancing | Dan Goodliffe | 2023-04-23 |
| | | | | | | | Trains no longer need rendering as their parts are all RVC assets and that just works now. This commit creates some irritating duplication in RVC wrt body/2 bogies all of which are stored separately, but function in exactly the same way. This breaks RV shadows as we have no instancing shadow shaders yet. | ||
* | Initial commit of the shadow map generator and shadows render interface | Dan Goodliffe | 2022-12-03 |
| | | | | | Lots of hard coding, buggy in places, far from great, but the basics work. | ||
* | Rename Shader to SceneShader | Dan Goodliffe | 2022-11-03 |
| | |||
* | Standard typedefs for Link | Dan Goodliffe | 2022-10-13 |
| | |||
* | Encapsulate Ray | Dan Goodliffe | 2022-01-02 |
| | |||
* | Replace include guard macros with pragma once | Dan Goodliffe | 2022-01-02 |
| | |||
* | Initial implementation for being able to click in the main window to select ↵ | Dan Goodliffe | 2021-12-28 |
| | | | | something | ||
* | Move TickDuration to its own files | Dan Goodliffe | 2021-12-13 |
| | |||
* | Allow activities to be changed when doing them | Dan Goodliffe | 2021-03-16 |
| | |||
* | Push link based movement into Vehicle | Dan Goodliffe | 2021-03-09 |
| | | | | | I think it's fair to make all vehicles uses links and nodes to navigate... even if those links, nodes are private to that vehicle | ||
* | Initial commit of the orders/activities system | Dan Goodliffe | 2021-03-08 |
| | | | | Has the main window provide some control over our test train | ||
* | Carve up the mess in game/vehicles | Dan Goodliffe | 2021-03-06 |