wolfy852
aec9e721dc
Generic model terminology
2019-04-12 00:35:35 -05:00
wolfy852
9518939a9d
Fix Visual Studio compiling
2019-03-21 00:32:27 -05:00
wolfy852
963cbf4671
Merge branch 'next' into md3-vanilla-kart
...
# Conflicts:
# src/hardware/r_opengl/r_opengl.c
2019-03-20 19:50:20 -05:00
Alam Arias
06cd65cc72
Merge branch 'master' into next
2019-03-11 10:01:57 -04:00
Alam Arias
ed0df9966d
Fix compiling with VS
2019-03-11 09:58:37 -04:00
James R
e55a778a81
Merge remote-tracking branch 'origin/next' into longdouble
2019-03-04 18:51:11 -08:00
Alam Arias
aaccb4edff
fixed compiling for MSVC 2017
2019-03-04 16:33:06 -05:00
James R
ca861ba0c5
Use long double suffix
2019-03-02 15:56:44 -08:00
fickleheart
0d32f71d05
Change OGL splitscreen hack to match software behavior
2019-02-24 12:26:46 -06:00
fickleheart
b085355bdd
Move fov cvar out of OGL-specific code
2019-02-23 10:18:20 -06:00
Sryder
23b8646cbd
Should hopefully fix the MD2 crash reported
...
I wasn't able to replicate it personally, but this should hopefully avoid it crashing where the RPT given pointed out.
2019-01-21 22:48:57 +00:00
fickleheart
6cb8818a46
Fix clobbering error in MD2 texture code
2019-01-18 20:28:31 -06:00
Sal
a17824ac76
Merge branch 'default-md2' into 'next'
...
Default model for players
See merge request KartKrew/Kart-Public!27
2019-01-15 03:42:19 -05:00
mazmazz
8c793216c9
Merge remote-tracking branch 'mazmazz-kart-public-gl/md3-vanilla-kart' into md3-vanilla-kart
2019-01-10 22:15:05 -05:00
mazmazz
aae6eb945d
Merge remote-tracking branch 'kart-public-gl/next' into md3-vanilla-kart
2019-01-10 22:08:37 -05:00
wolfy852
8f1617a4dc
Missed a few spots
2019-01-09 15:53:59 -06:00
wolfy852
6943f59e79
If kmd2.dat isn't found in srb2home, search the game's directory for it
2019-01-09 15:38:37 -06:00
Marco Z
74c57ad447
Kart Public Next merge
2019-01-08 18:43:49 -05:00
Latapostrophe
654901a4b5
use PLAY as default player MD2 if avaiable.
2019-01-08 18:57:10 +01:00
Digiku
bfd6d83a3b
Update hw_md2.c -- Redundant AngleFixed operation when modifying anglef
2019-01-08 11:30:04 -05:00
Digiku
22cf53b8ae
Update hw_md2.c -- player->frameangle fix
2019-01-08 11:22:33 -05:00
mazmazz
b056842deb
Dummy out nextframe lerping (unused in Kart)
2019-01-07 04:38:17 -05:00
mazmazz
157cbe4b23
Fix blinking MD2 models
...
MD2 models are forced to load float frames, so mesh->indices is never loaded, so glDrawElements can't be used. Use glDrawArrays instead.
2019-01-07 04:34:19 -05:00
mazmazz
7f88e13492
Compile fix -- remove (void)alpha from DoScreenWipe
2019-01-07 04:34:17 -05:00
Arthur
f41951bfb1
Eliminate some old GL functions so we don't slide back into bad habits!
2019-01-07 04:34:16 -05:00
Arthur
d1b448f8d1
Fix screen transitions
2019-01-07 04:33:28 -05:00
mazmazz
89cdc1cbc2
Buildbot fixes
2019-01-07 04:33:27 -05:00
mazmazz
766fb9d836
Compile fixes -- specify GLubyte for pglColor4ubv
2019-01-07 04:33:25 -05:00
Arthur
2b8f49fd5e
Removed gr_voodoocompatibility as even low-power mobile devices do not have this limitation
...
No longer using byte2float in DrawPolygon -- use the surface color data directly
Vertex Buffer Objects for non-interpolated model frames
Removed some old unused paletted texture stuff
2019-01-07 04:33:22 -05:00
Arthur
f5562c47ec
Removed unused PF_Md2 flag
...
More OpenGL performance increase by making assumptions about client state
2019-01-07 04:33:20 -05:00
Arthur
191f9454c3
boolean fix for VS
...
add GL_NORMALIZE
2019-01-07 04:30:54 -05:00
mazmazz
dbcdacc8bb
Ignored fread fix
2019-01-07 04:30:53 -05:00
mazmazz
c0547d56aa
More mixed d&c fixes
2019-01-07 04:30:52 -05:00
mazmazz
3a2203018a
byte -> char
2019-01-07 04:30:51 -05:00
mazmazz
d60b77b062
Mixed D&C fixes
2019-01-07 04:30:49 -05:00
mazmazz
6f70a07cb6
Fix floating point comparisons
2019-01-07 04:30:48 -05:00
Arthur
9617e604bb
Removed all glBegin/glEnd references
...
MD2/MD3 now works, with the exception of WAD textures for some odd reason
2019-01-07 04:30:47 -05:00
mazmazz
8a4066486e
Small Mixed D&C fix
2019-01-07 04:30:45 -05:00
AJ Freda
0adf6fea19
Fixed a few unnoticable mistakes [vanilla]
2019-01-07 04:30:42 -05:00
mazmazz
c8fd6f01b9
Ifdef nextFrame handling under USE_MODEL_NEXTFRAME
2019-01-07 04:30:40 -05:00
mazmazz
cb1dba7798
Interpolation fix attempt?
...
* Fix pglNormal3bv pointer because typo
2019-01-07 04:30:39 -05:00
mazmazz
71aa549a15
Adapt re-enabled DrawMD2 code block for meshes
2019-01-07 04:30:37 -05:00
mazmazz
2685af7331
Hide/add Kart FTransform mirror and anglez behind ifdef
2019-01-07 04:30:36 -05:00
mazmazz
4116ffb5e9
More hw_md2 merge errors; re-enable interpolation code block
2019-01-07 04:27:59 -05:00
mazmazz
a140fe9231
hw_md2 merge errors
2019-01-07 04:24:00 -05:00
mazmazz
b9b99cc6be
Ignore fread return value (buildbot error)
2019-01-07 04:23:19 -05:00
mazmazz
6b9ddf47fb
Buildbot fixes (changed byte types to char; mixed d&c)
2019-01-07 04:23:17 -05:00
mazmazz
43089535d5
GCC compile fixes
2019-01-07 04:23:15 -05:00
Arthur
ee2d105308
Remove CONS_Printf message that isn't even doing what it says it is!
2019-01-07 04:21:45 -05:00
Arthur
797023102b
Support for 'tinyframes', and lots more optimization
2019-01-07 04:21:44 -05:00