Mitchell Richters
|
2e0b9490e1
|
- Change spritetypebase::angle to a DRotator named Angles .
* Major pre-requisite for the next steps I'm undertaking, let's get it into the branch now.
|
2022-12-11 18:41:52 +01:00 |
|
Christoph Oelckers
|
5798fa067f
|
- cleaned up all -> accesses through firstWall().
|
2022-11-15 15:33:35 +01:00 |
|
Christoph Oelckers
|
af60408e63
|
- sector wall access cleanup.
lastWall was only used twice and firstWall() + index can be done better now.
|
2022-11-15 15:31:52 +01:00 |
|
Christoph Oelckers
|
7d9a4ea70d
|
- eliminated wallsofsector.
|
2022-11-15 15:24:17 +01:00 |
|
Christoph Oelckers
|
84b17a8a53
|
- eliminate wall_count.
|
2022-11-15 14:59:28 +01:00 |
|
Christoph Oelckers
|
c23db8ea35
|
- wrapped all reads of sectortype::wallnum and renamed all other wallnum variables.
|
2022-11-15 12:21:21 +01:00 |
|
Christoph Oelckers
|
b7a7584059
|
- renamed wallnum and sectnum functions.
These were creating a lot of search noise because local variables had the same name.
|
2022-11-15 12:03:44 +01:00 |
|
Christoph Oelckers
|
3c6b64d621
|
- renamed everything back
|
2022-10-30 16:51:33 +01:00 |
|
Christoph Oelckers
|
51768439a9
|
- started removing wrappers. ScaleX() and ScaleY() done.
No manual changes in here.
|
2022-10-30 16:51:31 +01:00 |
|
Christoph Oelckers
|
6a3a811a42
|
- repeats in the wall sprite renderer
|
2022-10-30 16:51:22 +01:00 |
|
Christoph Oelckers
|
a6fb831894
|
- scaling demessification in the voxel renderer
(needs thorough testing!!!)
|
2022-10-30 16:51:21 +01:00 |
|
Christoph Oelckers
|
91c318b708
|
- renamed most non-sprite xrepeat and yrepeat as refactpring aid.
These will be renamed back later but now they create too much search noise.
A few local variables have been permanently renamed to scale*.
|
2022-10-30 16:51:20 +01:00 |
|
Christoph Oelckers
|
c678298141
|
- wrap repeats in the renderer.
|
2022-10-30 16:51:20 +01:00 |
|
Christoph Oelckers
|
94b91f6ec3
|
- build.h cleanup
* moved krand and krandf into the games/duke folder because no other game uses them
* moved CVARS to gamefuncs.h.
|
2022-10-30 16:51:09 +01:00 |
|
Christoph Oelckers
|
a4dd5bb4ce
|
- rewrote the model storage code.
Using proper C++ containers now.
|
2022-10-27 16:55:54 +02:00 |
|
Mitchell Richters
|
c00c8d196e
|
- Simple VecToAngle() > .Angle() replacements.
|
2022-10-27 16:55:52 +02:00 |
|
Christoph Oelckers
|
8e9ddf370c
|
- rewrote getzrange
Not using any old Build code anymore. Aside from the trivial stuff this uses code from Doom and SW instead.
|
2022-10-27 16:55:28 +02:00 |
|
Christoph Oelckers
|
38998f36b5
|
- minor int_* replacements in the backend.
|
2022-10-23 18:47:17 +02:00 |
|
Christoph Oelckers
|
243c071834
|
- got rid of bsinf and bcosf.
|
2022-10-22 12:17:04 +02:00 |
|
Christoph Oelckers
|
6dd7fac902
|
- eliminated the sine table and moved tilehasmodelorvoxel to a different file to delete engine.cpp.
|
2022-10-22 12:17:04 +02:00 |
|
Mitchell Richters
|
95cd74bdc0
|
- renamed slope functions so that the int versions get a special name.
|
2022-10-22 12:17:02 +02:00 |
|
Christoph Oelckers
|
f5e6503b26
|
- merge NearestPointLine into NearestPointOnWall
|
2022-10-22 12:16:57 +02:00 |
|
Christoph Oelckers
|
c44fd07f37
|
- floatified the portal displacement
|
2022-10-22 12:16:57 +02:00 |
|
Christoph Oelckers
|
c87b4a581b
|
- got rid of the WallStart/End macros
They never got much use and the places where they were used work just as well without them
|
2022-10-22 12:16:56 +02:00 |
|
Christoph Oelckers
|
cbfc9a8252
|
- added spriteGetZOfSlopeF for the backend
|
2022-10-22 12:16:56 +02:00 |
|
Christoph Oelckers
|
ab23f6b114
|
- floatify clipangle math in HWLineToLinePortal::Setup
|
2022-10-22 12:16:56 +02:00 |
|
Christoph Oelckers
|
375d346ae8
|
- pass a vector to the processSprites interface.
|
2022-10-22 12:16:56 +02:00 |
|
Christoph Oelckers
|
bbf77c908b
|
- pass a floating point view position to the bunch drawer
|
2022-10-22 12:16:56 +02:00 |
|
Christoph Oelckers
|
1111251887
|
type safe CVAR declaration.
|
2022-10-22 09:25:27 +02:00 |
|
Christoph Oelckers
|
5eb9af1e00
|
- Backend update from GZDoom
IQM model support and a few bugfixes.
|
2022-10-20 22:24:25 +02:00 |
|
Christoph Oelckers
|
5efc032a4c
|
- increase angular threshold for aligning wall sprites.
With full precision angles the old threshold is simply too low.
|
2022-10-16 10:59:04 +02:00 |
|
Christoph Oelckers
|
9d1edf9cc5
|
- clean up angle math in wall drawer.
|
2022-10-16 10:59:04 +02:00 |
|
Mitchell Richters
|
3019f9effc
|
- Floatify smoothratio for GameInterface::processSprites() .
* Exhumed is now completely free of any Q16.16 interpolation scaling.
|
2022-10-15 13:32:03 +02:00 |
|
Christoph Oelckers
|
6ce01e24d2
|
- renamed walltype::delta and walltype::center
|
2022-10-13 22:54:42 +02:00 |
|
Christoph Oelckers
|
ad648676b1
|
- floatified SPREXT_AWAY handler
|
2022-10-13 19:59:16 +02:00 |
|
Christoph Oelckers
|
7a45738d7e
|
- avoid integer math for wall sprites.
|
2022-10-10 17:37:18 +02:00 |
|
Christoph Oelckers
|
c59e4f8a10
|
- floatified sprext.position_offset
|
2022-10-10 17:37:17 +02:00 |
|
Christoph Oelckers
|
2954603573
|
- got rid of integer vector math in hw_bunchdrawer.cpp
|
2022-10-10 17:37:17 +02:00 |
|
Christoph Oelckers
|
209867e036
|
- cleaned out some unnecessary inlines.
|
2022-10-09 22:00:43 +02:00 |
|
Christoph Oelckers
|
7873fd7c3c
|
- int_floorz/int_ceilingz in the renderer.
|
2022-10-09 08:21:52 +02:00 |
|
Christoph Oelckers
|
b9d0c9d6ba
|
- simplified slope sprite code a bit and got rid of clipinsidebox overload.
|
2022-10-05 18:29:30 +02:00 |
|
Christoph Oelckers
|
91f305125e
|
- floatified GetWallSpritePosition and redirected get_wallspr_points to use it.
|
2022-10-05 18:29:04 +02:00 |
|
Christoph Oelckers
|
c712d594e0
|
- fully floatified GetFlatSpritePosition
|
2022-10-05 18:29:03 +02:00 |
|
Mitchell Richters
|
3de1d2156d
|
- Rename binaryangle.h to fixedhorizon.h and sanitise places where previous header was included.
|
2022-10-05 00:36:31 +02:00 |
|
Mitchell Richters
|
951734beae
|
- Eliminate last remaining uses of binangle and the class itself.
* https://www.youtube.com/watch?v=RgKAFK5djSk
|
2022-10-05 00:36:29 +02:00 |
|
Mitchell Richters
|
c25493762b
|
- Eliminate bvectangbam() .
|
2022-10-05 00:36:28 +02:00 |
|
Mitchell Richters
|
4f56138027
|
- Change all remaining BunchDrawer properties from binangle to angle_t types.
|
2022-10-05 00:36:25 +02:00 |
|
Mitchell Richters
|
e6fe9b7031
|
- Change all binangle members in Clipper struct to angle_t .
|
2022-10-05 00:36:25 +02:00 |
|
Mitchell Richters
|
914930ff9a
|
- Change BunchDrawer::ang1 , BunchDrawer::ang2 and BunchDrawer::angrange from binangle to angle_t .
|
2022-10-05 00:36:25 +02:00 |
|
Mitchell Richters
|
e17d24ce0b
|
- Change FBunch::startangle and FBunch::endangle from binangle to angle_t .
|
2022-10-05 00:36:25 +02:00 |
|