summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
John Tsiombikas [Tue, 20 Dec 2022 03:44:03 +0000 (05:44 +0200)]
minor gitignore additions
John Tsiombikas [Tue, 20 Dec 2022 03:40:27 +0000 (05:40 +0200)]
mingw build
John Tsiombikas [Tue, 20 Dec 2022 03:38:59 +0000 (05:38 +0200)]
changed the "dontcare" default of zbuffer to 24. 32 was causing windows to fallback to software rendering.
John Tsiombikas [Tue, 20 Dec 2022 01:08:26 +0000 (03:08 +0200)]
VC project files
John Tsiombikas [Mon, 19 Dec 2022 06:25:42 +0000 (08:25 +0200)]
include local png/jpeg header files
John Tsiombikas [Mon, 19 Dec 2022 05:38:51 +0000 (07:38 +0200)]
autobuild
John Tsiombikas [Mon, 19 Dec 2022 03:57:45 +0000 (05:57 +0200)]
fix include paths
John Tsiombikas [Mon, 19 Dec 2022 03:36:00 +0000 (05:36 +0200)]
dropped all dependencies apart from SDL into the libs subdir
John Tsiombikas [Mon, 19 Dec 2022 01:05:15 +0000 (03:05 +0200)]
Makefile: clean-all
John Tsiombikas [Mon, 19 Dec 2022 00:34:18 +0000 (02:34 +0200)]
Aspect ratio fixes for non-4:3 displays (projection and overlay)
John Tsiombikas [Sun, 18 Dec 2022 23:29:12 +0000 (01:29 +0200)]
fixed state leak in 3dengfx particle system when using point sprites
John Tsiombikas [Sun, 18 Dec 2022 23:23:28 +0000 (01:23 +0200)]
fix non-POD memset in 3dengfx, and added parentheses on condition
John Tsiombikas [Sat, 17 Dec 2022 21:45:49 +0000 (23:45 +0200)]
resolution don't care option, heuristic to avoid multimon sizes
John Tsiombikas [Sat, 17 Dec 2022 02:32:46 +0000 (04:32 +0200)]
fixed display of the distortion effect (rendertarget texture matrix)
John Tsiombikas [Sat, 17 Dec 2022 00:58:13 +0000 (02:58 +0200)]
updated readme
John Tsiombikas [Fri, 16 Dec 2022 23:17:18 +0000 (01:17 +0200)]
fixed missing automatic reflection cubemaps in the last scene
John Tsiombikas [Fri, 16 Dec 2022 18:22:43 +0000 (20:22 +0200)]
found the particle system difference, it was the 50hz timeslice of later
3dengfx versions as opposed to the 30hz timeslice used at the time of
summerhack.
John Tsiombikas [Fri, 16 Dec 2022 05:15:47 +0000 (07:15 +0200)]
fixed old bugs
John Tsiombikas [Tue, 13 Dec 2022 04:26:46 +0000 (06:26 +0200)]
fix 64bit bug: crash in png loading
John Tsiombikas [Thu, 31 Dec 2020 05:14:26 +0000 (07:14 +0200)]
added 3dengfx into the repo, probably not the correct version for this
demo, probably needs fixing.
John Tsiombikas [Mon, 10 Oct 2016 04:18:09 +0000 (07:18 +0300)]
fixed screenshot link in the readme file
John Tsiombikas [Mon, 10 Oct 2016 04:16:19 +0000 (07:16 +0300)]
updated readme file
John Tsiombikas [Fri, 20 Nov 2009 02:45:19 +0000 (02:45 +0000)]
fixed multiple insertions of the same texture
John Tsiombikas [Fri, 20 Nov 2009 01:20:46 +0000 (01:20 +0000)]
added summerhack