This project is mirrored from https://github.com/libretro/tyrquake.git.
Pull mirroring updated .
- 12 Jan, 2020 1 commit
- 09 Sep, 2015 1 commit
-
-
Libretro-Admin authored
-
- 08 Sep, 2015 1 commit
-
-
Libretro-Admin authored
-
- 22 Dec, 2014 1 commit
-
-
Libretro-Admin authored
(Graphical enhancement) Makaqu smooth sky scroll - http://forums.inside3d.com/viewtopic.php?f=12&t=5506
-
- 07 Jan, 2013 1 commit
-
-
Kevin Shanahan authored
Not used by the edge/span driver at all. If I ever discover I want it back again... well it's in the commit history. Signed-off-by:
Kevin Shanahan <kmshanah@disenchant.net>
-
- 30 Dec, 2012 1 commit
-
-
Kevin Shanahan authored
Signed-off-by:
Kevin Shanahan <kmshanah@disenchant.net>
-
- 25 Nov, 2012 1 commit
-
-
Kevin Shanahan authored
Pass over the source and make as many references to entities as possible const. This makes it much more obvious where we are actually making modifications to the entity_t structure. Mostly trivial, the only place where I did something other than add the keyword "const" was in R_DrawBrushModel where we were working around the reversed pitch bug. Signed-off-by:
Kevin Shanahan <kmshanah@disenchant.net>
-
- 18 Nov, 2012 1 commit
-
-
Kevin Shanahan authored
Didn't realise this is a C11 feature and makes some compilers unhappy. Just use the struct names instead of the *_t typedefs. Signed-off-by:
Kevin Shanahan <kmshanah@disenchant.net>
-
- 22 Oct, 2012 1 commit
-
-
Kevin Shanahan authored
Finally we can see that currententity is only ever written and not read so it is safe to remove. Signed-off-by:
Kevin Shanahan <kmshanah@disenchant.net>
-
- 20 Oct, 2012 3 commits
-
-
Kevin Shanahan authored
Signed-off-by:
Kevin Shanahan <kmshanah@disenchant.net>
-
Kevin Shanahan authored
Signed-off-by:
Kevin Shanahan <kmshanah@disenchant.net>
-
Kevin Shanahan authored
Actually, MAXWIDTH is never used at all... Signed-off-by:
Kevin Shanahan <kmshanah@disenchant.net>
-
- 10 Sep, 2006 1 commit
-
-
Tyrann authored
-