Commit Graph

16 Commits

Author SHA1 Message Date
Tibor Nagy
6ee311dc8d sdl: Revert unicode fix 2018-05-06 04:28:18 +02:00
Tibor Nagy
8189b9725a sdl: Enable dummy cdrom 2018-05-03 20:37:20 +02:00
Tibor Nagy
b585522be9 sdl: Fix alpha handling 2018-05-01 17:45:38 +02:00
Tibor Nagy
e40f14f106 Fix resize flag 2018-04-30 00:17:17 +02:00
Tibor Nagy
88f9d40aab Fix linking problems
The Rust code and some built-in compiler functions (__divdc3/__divsc3/__divxc3)
complained about missing floating-point stuff:
- fmax, fmaxf, fmaxl, logb, logbf, logbl, scalbnl, trunc, floor, ceil.

Passing `--gc-sections` to the linker seems to fix this.
2018-04-29 23:50:07 +02:00
Tibor Nagy
d80128bbd2 Use liborbital in SDL 2018-04-26 02:33:45 +02:00
Tibor Nagy
707d9fb676 Enable SDL timers 2018-04-22 17:57:18 +02:00
Jeremy Soller
a1d531d79b Fixes for pkg-config. Add libpng to netsurf 2018-02-27 20:59:13 -07:00
Tibor Nagy
acdf34e364 sdl: Fix page fault on SDL_Quit
Do not free the pixel buffer after it's unmapped.
Part of #126
2018-02-26 19:58:47 +01:00
Tibor Nagy
aa97201d7f sdl: Implement SDL_RESIZABLE and SDL_WM_SetCaption
Part of #126
2018-02-26 12:18:23 +01:00
Tibor Nagy
2d7bade13a sdl: Implement mouse wheel scrolling, middle and right buttons 2018-02-22 17:23:57 +01:00
Tibor Nagy
cc2053969f sdl: Update video to the latest orbital protocol 2018-02-21 16:22:52 +01:00
Jeremy Soller
123c12ad39 sdl: Require 32 bpp 2017-11-21 21:07:21 -07:00
Jeremy Soller
72c6f23314 Update SDL patch 2017-11-21 19:39:40 -07:00
Jeremy Soller
d155f52d99 Add async flag for SDL 2017-11-21 19:17:23 -07:00
Thomas Levy
cd716a4ec2 Add recipe for PrBoom. It almost runs doom! 2017-10-15 10:44:06 -07:00