Graham Pentheny
e0917fd547
Clean up includes in cpp files
2025-08-31 23:24:05 -04:00
Graham Pentheny
87148dc57d
Silence some unused parameter warnings
2025-08-07 15:55:12 -04:00
Graham Pentheny
d534b4dc14
WIP DearImGui conversion
2025-07-12 15:02:54 -04:00
Graham Pentheny
6b906538dc
WIP DearImGui conversion
2025-07-10 11:11:54 -04:00
Graham Pentheny
d647ba4305
Fixed compilation warnings treated as errors on Windows
2025-06-28 14:44:19 -04:00
Graham Pentheny
387dd02b83
Cleanup ValueHistory
2025-05-06 10:39:57 -04:00
Graham Pentheny
b7a83e0afb
Fixed rule of 3 violations in many places.
...
* Added virtual qualifier to a few destructors in subclasses.
* Removed a few empty destructors that didn't need to be explicitly defined.
* Fixed a few typos
* Removed unnecessary empty virtual destructors in some classes with parent's who derrived from a class with a virtual destructor
2016-01-20 11:57:32 -05:00
Mikko Mononen
7ee6e96e5a
- fixed the code to compile on win32
2010-09-10 06:53:33 +00:00
Mikko Mononen
e65903dfce
The humble beginnings of dtObstacleAvoidanceQuery, figuring out the API. Moved value graph/history to ValueHistory.h/cpp and changed the draw code to use imgui. Various tweaks to CrowdTool.
2010-08-31 12:36:32 +00:00