Denis Pauk
ff6a40ee8c
Revert "restore whitespaces"
...
This reverts commit dc3da331f5
.
2018-09-03 21:21:12 +03:00
Denis Pauk
e265252170
Remove unused function parameter
2018-09-03 21:16:36 +03:00
Denis Pauk
a52db8bc85
support for lower version of SDL
2018-09-03 21:16:05 +03:00
Denis Pauk
1a0c6fe05c
add check for overwrite triangle_spans
2018-09-03 21:15:58 +03:00
Denis Pauk
3b4c6c41c1
get rid separate surface usage
2018-09-03 21:15:51 +03:00
Denis Pauk
136d6890ff
small cleanups
2018-09-03 21:15:40 +03:00
Denis Pauk
aa3a688495
remove all aliases for vid.width
2018-09-03 21:15:33 +03:00
Daniel Gibson
67bb061741
Add missing newline in message printed by --help cmdline arg
2018-09-03 04:31:14 +02:00
Yamagi Burmeister
f15d4181eb
Do not throw last 12 seconds of a Vorbis file away when looping.
...
Until now we just called OGG_Stop() as soon as we read the last samples
from a Vorbis files. OGG_Stop() flushed all unplayed samples (about 12
seconds of playback) from the OpenAL playback queue... Instead just set
our internal state of STOPPED, open the next file and be done.
2018-09-02 09:39:57 +02:00
Denis Pauk
01ca7db6f4
remove unused functions
2018-08-28 23:22:40 +03:00
Denis Pauk
2812ef30dd
Reuse GLimp_InitGraphics for create window
2018-08-28 23:22:40 +03:00
Denis Pauk
8fc5bafb64
move render prepere staff to separate function
2018-08-28 23:22:40 +03:00
Denis Pauk
f1bf4d2b44
Directly use of currentpalette
...
* remove conversion currentpalette to SDL pixel format
* create textures with RGBA format with same struct as currentpalette
2018-08-28 23:22:40 +03:00
Yamagi
7b86bddab5
Merge pull request #316 from makson96/master
...
Use CMake 'GREATER' instead of 'GREATER_EQUAL'.
2018-08-28 17:21:24 +02:00
makson96
88e0d21cf0
Use CMake 'GREATER' insted on 'GREATER_EQUAL'
2018-08-26 20:46:55 +02:00
Yamagi Burmeister
25a1f08656
Merge branch 'buildcleanup'
2018-08-15 17:48:30 +02:00
Yamagi
135b243b74
Merge pull request #314 from 0lvin/render_speedup_review
...
Render speedup
2018-08-15 17:41:23 +02:00
Denis Pauk
dc3da331f5
restore whitespaces
2018-08-14 20:37:21 +03:00
Yamagi Burmeister
1aef881f27
Update the README to match reality.
2018-08-14 15:37:20 +02:00
Yamagi Burmeister
692c544f30
Some modernizations to cmake.
...
* Pass the same compiler flags like make.
* Update FindSDL2.
* Remove unneeded FindOggVorbis.
There still some options missing, like the RPATHes or he ability to
define the system wide installation directory.
2018-08-14 15:29:41 +02:00
Yamagi Burmeister
f7e80c1428
General cleanup to the Makefile.
2018-08-14 15:01:45 +02:00
Yamagi Burmeister
93aa8270ad
No need to print that the renderer as retexturing support.
...
Retexturing support has been non-optional for years.
2018-08-14 11:53:35 +02:00
Yamagi Burmeister
cf09fb2a99
Remove support for static linked OpenAL.
...
We haven't used that for years and it just complicates things.
2018-08-14 11:51:55 +02:00
Yamagi Burmeister
daf3dc6f41
Remove ZIP compile time option.
...
Having ZIP optional only complicates things and is unnecessary now that
the dependency to zlib is gone.
2018-08-14 11:12:38 +02:00
Yamagi Burmeister
0264c6d946
Remove DOGG compile time option.
...
Having OGG optional only complicates things and is unnecessary now that
the dependencies to libvorbis and libogg are gone.
2018-08-14 10:40:50 +02:00
Denis Pauk
49af62477a
rename gl_anisotropic to r_anisotropic
2018-08-10 23:33:46 +03:00
Denis Pauk
ba38bf4f88
Small cleanups
...
* Use window width as maximum value for spancount
* Reuse GLimp_Shutdown
2018-08-10 23:04:19 +03:00
Denis Pauk
6e8170e187
Check possible span scan step by zindex
2018-08-10 22:59:29 +03:00
Denis Pauk
59133c77aa
use zvalue_t for z values
2018-08-10 22:59:29 +03:00
Denis Pauk
48f67501fc
Fix pitch compare vid.width
2018-08-10 22:59:29 +03:00
Denis Pauk
6affc10ceb
use only one increment in loop
2018-08-10 22:59:29 +03:00
Denis Pauk
0d69454b54
revert nack a little
2018-08-10 22:59:29 +03:00
Denis Pauk
a3406b38a3
use memset for copy pixel to pixel range
2018-08-10 22:59:29 +03:00
Denis Pauk
51e09331e2
get rid extern aliastriangleparms
2018-08-10 22:59:28 +03:00
Denis Pauk
61d7b187c0
make more varibles local
2018-08-10 22:59:28 +03:00
Denis Pauk
3c89fec026
fix comments
2018-08-10 22:59:28 +03:00
Denis Pauk
861e47c26e
use short names for D_DrawTurbulentSpan
2018-08-10 22:59:28 +03:00
Denis Pauk
3ed798ae70
use func params instead static variables
2018-08-10 22:59:28 +03:00
Denis Pauk
f1b8571369
Use common step for span scanning
2018-08-10 22:59:28 +03:00
Denis Pauk
8905763c01
show * mark for used models/images in modellist/imagelist
2018-08-10 22:59:28 +03:00
Denis Pauk
1e3e853bc7
Optimize D_DrawSpans16 for horisontal/vertical spans
2018-08-10 22:59:28 +03:00
Denis Pauk
b46a615eb8
use more simple loop for vertical/horisontal spans
2018-08-10 22:59:28 +03:00
Denis Pauk
4093a49f0f
use const for ro parameters
2018-08-10 22:59:28 +03:00
Denis Pauk
e748ed1af8
move code for instert new span to list top to separate function
2018-08-10 22:59:28 +03:00
Denis Pauk
d9eb925b33
move Mod_RadiusFromBounds to shared code
2018-08-10 22:59:28 +03:00
Denis Pauk
78383add97
move varibales to scope
2018-08-10 22:59:28 +03:00
Yamagi Burmeister
be9942d516
Fix window handling when switch from gl to soft renderer.
...
Make sure that the window is destroyed at gl renderer shutdown and
recreated by the soft renderer. Don't deinitialize SDL in the
softrenderer, that's done by vid.c. And make sure that we start the soft
renderer with a clean GL state.
2018-08-10 12:19:15 +02:00
Yamagi Burmeister
c4bdea4321
Add miniz to the LICENSE file.
2018-08-10 10:28:02 +02:00
Yamagi Burmeister
e7fa5518a9
Replace zlib dependency by miniz single header library.
...
I've chosen the minimal invasive way for this:
* Import miniz and remove -lz linker flags.
* Create a short header minizconf.h roviding everything we need
originally defined by zconf.h and not provided by miniz.
* Replace zlib.h with miniz.h and minizconf.h.
2018-08-10 10:24:25 +02:00
Yamagi Burmeister
9d4df05c22
Add stb_vorbis.h to LICENSE file.
2018-08-10 10:22:28 +02:00