Tim Felgentreff
8382f38aef
wip: compilation on windows
2020-05-02 07:24:10 +02:00
Tim Felgentreff
31254eb339
avoid useless mutex for music finished callback
2020-04-23 13:33:41 +02:00
Tim Felgentreff
4682159fe6
scale pixel-exact when we don't use a scaler
2020-04-23 13:33:41 +02:00
Tim Felgentreff
e37901b33d
add xbrz
2020-04-23 13:33:38 +02:00
Tim Felgentreff
60da592a36
profiling build
2020-04-20 17:06:29 +02:00
Tim Felgentreff
b25b4eccb6
use hqx based on original
2020-04-20 17:06:11 +02:00
Tim Felgentreff
a671773dd2
use openmp to parallelize AdvMAME scalers
2020-04-20 16:37:26 +02:00
Tim Felgentreff
908670c2e1
add scale3x, hq2x, hq3x
2020-04-20 08:38:29 +02:00
Tim Felgentreff
46e66959a3
black color renderer by default, only red for fps line
2020-04-19 23:21:49 +02:00
Tim Felgentreff
92279282c4
initialize the texture with better filtering
2020-04-19 23:21:31 +02:00
Tim Felgentreff
e8988f79d6
Merge remote-tracking branch 'origin/master' into galtgendo/sdl2
2020-04-19 23:00:22 +02:00
Tim Felgentreff
24941b6a5d
draw a bar representing fps*10 on top of the screen in debug print mode
2020-04-19 22:59:56 +02:00
Tim Felgentreff
6982abfba1
get rid of mouse warping
2020-04-19 22:32:00 +02:00
Tim Felgentreff
257e44a6d8
use local random function for local sound randomness
2020-04-19 17:07:32 +02:00
Tim Felgentreff
96f0360d29
add simple advmame2x cpu scaling
2020-04-19 08:26:31 +02:00
Tim Felgentreff
8ad0f536d6
allow optionally setting the window size
2020-04-18 13:58:42 +02:00
Tim Felgentreff
2770b3c524
Revert "move towards blitting on the GPU"
...
This reverts commit a7d6de00e1
.
2020-04-18 13:35:38 +02:00
Tim Felgentreff
a7d6de00e1
move towards blitting on the GPU
2020-04-18 13:35:16 +02:00
Tim Felgentreff
12b690ca3d
re-add lost theora decoding code
2020-04-17 12:49:52 +02:00
Tim Felgentreff
4015a88c50
kill dead code
2020-04-17 10:00:48 +02:00
Tim Felgentreff
11589fe432
re-add lost mng cpp
2020-04-17 09:59:00 +02:00
Tim Felgentreff
937a6d447a
add forgotten cmake modules
2020-04-17 09:27:33 +02:00
Tim Felgentreff
3adf7599c5
fix alpha of fog of war
2020-04-16 16:40:59 +02:00
Tim Felgentreff
f3eb06e12a
use SDL2_image instead of libpng
2020-04-16 15:08:18 +02:00
Tim Felgentreff
da421e2ddf
remove debug code
2020-04-16 07:59:01 +02:00
Tim Felgentreff
c7b725bb11
we no longer need the Viewport size
2020-04-16 07:59:01 +02:00
Tim Felgentreff
e884ceece2
fix resizing by adding an indirection to the surface for graphics
2020-04-16 07:59:01 +02:00
Tim Felgentreff
800c25b5fa
remove more dead code
2020-04-16 07:59:01 +02:00
Tim Felgentreff
883d6681a8
init video after loading settings
2020-04-16 07:59:01 +02:00
Tim Felgentreff
0fe51a366a
avoid out-of-bounds buffer write
2020-04-16 07:59:01 +02:00
Tim Felgentreff
dd9d287945
delete all OpenGL, GLES, Fluidsynth, mikmod, touchscreen, and mng code. these are all handled by SDL/SDL_mixer
2020-04-16 07:59:01 +02:00
Tim Felgentreff
6b73fd7b97
use SDL_mixer to handle all our sound needs, and delete all the custom code
2020-04-16 07:59:01 +02:00
Tim Felgentreff
d3e33a8840
always adjust for viewport size in mouse coords now
2020-04-16 07:59:01 +02:00
Tim Felgentreff
0c530a7e6a
make sure not to corrupt memory here
2020-04-16 07:59:01 +02:00
Tim Felgentreff
22c823f0aa
WIP: the sound invariants changed, need to investigate. they are passing a new
...
short[] buffer into the SDL audio conversion, but the multiplier says its 8x
larger than before, short is only 2x larger than char. not clear who wrote this
this way and why
2020-04-16 07:59:01 +02:00
Tim Felgentreff
fa05f65bac
debug a bit
2020-04-16 07:59:01 +02:00
Tim Felgentreff
b8ded8a695
fix compilation
2020-04-16 07:59:01 +02:00
Tim Felgentreff
af307f9f17
Merge remote-tracking branch 'origin/master' into galtgendo/sdl2
2020-04-16 07:57:37 +02:00
Tim Felgentreff
86e55cb256
Merge pull request #272 from ipochto/missile-origin
...
Missiles spawn position fix. Moved to the center of unit.
2020-04-15 07:14:05 +02:00
alyokhin
50596ed6c5
Now missiles spawn in the center of unit, not in the center of top-left tile. Offset (if needed) must be set in the units declaration lua-files by MissileOffsets = {}
2020-04-14 18:27:59 +03:00
Tim Felgentreff
9685d575bc
Merge pull request #266 from ipochto/master
...
Fix condition check
2020-04-13 22:48:49 +02:00
Tim Felgentreff
da8975814d
fix compilation
2020-04-13 10:29:48 +02:00
Tim Felgentreff
f83fc7857d
do not allow lua scripts to enable ZoomNoResize if the commandline forced opengl off
2020-04-12 12:07:47 +02:00
Tim Felgentreff
8627ad20ad
Merge pull request #269 from mxdamien/master
...
Potentially use goal position of previous command as starting point f…
2020-02-22 00:55:53 +01:00
mxdamien
81627adb34
Potentially use goal position of previous command as starting point for patroling
2020-02-21 22:18:14 +01:00
ipochto
52ebdd22d3
Merge pull request #1 from Wargus/master
...
Increase buffersize due to possible overflow
2020-02-14 11:11:37 +03:00
Tim Felgentreff
749818369a
Merge pull request #267 from mxdamien/master
...
Increase buffersize due to possible overflow
2020-02-13 22:54:38 +01:00
mxdamien
f51a9b9f69
Increase buffersize due to possible overflow
2020-02-13 22:09:29 +01:00
alyokhin
69aa6c8f74
Fix condition check
2019-12-20 20:03:30 +03:00
Tim Felgentreff
607fe40ef1
Merge pull request #264 from ilwar2/master
...
opengl crash on video playback fixed
2019-12-03 15:01:50 +01:00