This website requires JavaScript.
Explore
Help
Sign in
teambeef
/
raze
Watch
0
Star
0
Fork
You've already forked raze
0
mirror of
https://github.com/DrBeef/Raze.git
synced
2025-01-20 08:00:56 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
9e4afd543c
raze
/
source
/
build
/
src
History
Christoph Oelckers
389f760d45
- address C++20 deprecation warnings with enums in floating point arithmetic.
2021-11-02 23:32:31 +01:00
..
clip.cpp
- use std::clamp instead of our homegrown version.
2021-10-30 10:35:00 +02:00
engine.cpp
- address C++20 deprecation warnings with enums in floating point arithmetic.
2021-11-02 23:32:31 +01:00
engine_priv.h
- added sprite collection loop to ProcessSector and did a bit of cleanup on the TSprite code.
2021-03-25 23:16:32 +01:00
mdsprite.cpp
- fixed warnings in Build code.
2021-05-12 21:47:32 +02:00
polymost.cpp
- Replace
MAX()
from
templates.h
with version provided in STL.
2021-10-30 10:36:02 +02:00