RSS feed
e8edc42d
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/22 20:37
Merge branch 'accurate' into portable
4091d152
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/22 20:36
Minor style tweak
a65c4bc1
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/22 20:34
Added bugfix to Organya
1fe73f9a
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/22 20:05
Explicitly compare pointers in Font.cpp to NULL
413fe560
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/22 20:00
Add LTO toggle to DoConfig CMakeLists.txt
c45e888b
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/22 19:59
Improve CMake style consistency
d2a51416
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/22 19:13
Remove two dummied-out dependencies from Travis
76a71d70
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/22 19:04
Merge branch 'accurate' into portable
ede9fa21
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/22 19:03
Fix compilation with FIX_BUGS enabled
8798a7cc
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/22 18:52
Add the RGB macro to the windows.h wrapper
2f4eb464
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/22 18:51
Merge branch 'accurate' into portable
f687c5f6
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/22 18:50
Remove the RGB macro
2c3a4a36
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/22 18:39
Fix Makefile LTO
db9350bd
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/22 18:39
Add LTO option to CMakeLists.txt
32636681
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/22 18:35
Merge branch 'accurate' into portable
867af9f0
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/22 18:34
Add option to the Makefile to enable LTO
4ebfe064
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/22 18:33
Fix compilation
87b296c5
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/22 17:33
Converted SDLSurface renderer
f6f3c26a
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/22 17:31
Converted SDLTexture renderer
48b7a878
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/22 17:24
Convert software renderer
6dac8254
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/22 17:19
Begin merge of Backend_Init/Backend_CreateWindow
3baba6a7
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/22 16:56
Make FlushVertexBuffer bail when buffer is empty
88c30442
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/21 18:39
Force SDL2's render-batching
2fec50ff
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/21 15:16
Use constants for attribute locations
8d92bf20
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/21 11:43
Double-buffer the OpenGL VBO
f8a40318
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/21 10:52
OpenGL fixes and optimisations
73de1adc
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/21 08:24
Fix a memory leak
cd7ef93f
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/21 08:23
We don't need to initialise the VBO here
63d5d766
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/21 07:30
Add debug print for enumerating controllers
4c772622
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/21 07:27
...Actually fix controller support
5d2bcb85
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/21 07:20
Merge branch 'accurate' into portable
fdbaa4e8
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/21 07:17
Fix controller support
d50c0124
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/21 06:58
Input.cpp corrections
976e2425
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/21 06:27
Use native window/taskbar icons on Windows
ad9e3c3e
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/21 05:54
Upscale the window icon
be533e2f
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/20 18:54
Remove FRAMERATE constant
d04bd946
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/20 18:53
Use SDL_TICKS_PASSED for frame-limiting
2b34cf79
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/20 18:47
Typedef BOOL to bool
92e5647f
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/20 17:06
More CMake capitalisation
a74bfd4b
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/20 10:41
Remove a duplicate lib from OPENGLES2_LIBRARIES
79886f5a
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/20 10:27
Add debug prints for listing SDL2 drivers
1cf5df2d
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/20 09:49
Remove a debug print
767262ed
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/20 09:48
Handle a malloc failure better
23eed95f
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/20 09:01
Fix CMake build script not finding FindOpenGLES2.cmake
0423614d
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/20 08:23
More-efficient OpenGL ES 2.0 font textures
ede541db
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/20 08:19
Clean up the OpenGL shaders a bit
4cbc56e2
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/20 08:13
Add OpenGL ES 2.0 renderer
0352af33
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/17 06:08
Fix another typo
a40c3d7b
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/17 05:54
Perform cleanup when OpenGL's Backend_Init fails
0c9c0115
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/17 05:54
Whoops. Fix typo.
22622ae6
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/17 05:37
Merge branch 'accurate' into portable
6764f17a
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/17 05:35
Added bugfix for StartDirectDraw failure
faa96094
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/17 05:25
Use SDL's GetProcAddress function for OpenGL
54189c59
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/16 11:36
Explicitly init SDL2's video subsystem
f0d17069
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/16 10:25
Fix SDL2 compilation when path contains a space
1c0c8807
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/15 13:24
Fix Resources.cpp Makefile rule
c5f1725a
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/15 03:19
More capitalisation
f7b8373a
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/15 03:18
Merge branch 'accurate' into portable
727b3eee
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/15 03:16
Capitalise 'Clang'
a32593f5
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/15 03:06
Make pkg-config user-definable
1c65eee2
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/15 03:04
Remove GLEW from the list of dependencies
ec270cf8
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/15 03:03
Merge branch 'accurate' into portable
48651f0b
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/15 03:02
Backport a readme line from the portable branch
9995ccb7
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/15 03:01
The Makefile doesn't support MSVC
c7bd555e
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/15 03:01
Merge branch 'accurate' into portable
dba45f7d
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/15 02:54
Makefile: Specify file extensions
a09f73f2
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/15 02:46
Specify that WARNINGS enables compiler warnings
a1937b47
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/15 02:45
Backport the portable branch's warnings
5a72140a
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/15 02:31
Rename glad.cpp back to glad.c
776f0177
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/15 02:28
Merge branch 'accurate' into portable
2a497a4a
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/15 02:21
Backport the enhanced branch's C support
d76b074a
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/15 02:11
Switched from GLEW to GLAD
449a09b0
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/09 04:10
Fix an occational invalid memory read
78a066ce
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/09 01:58
Note some inaccurate stack frames
c831031b
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/09 01:39
Merge branch 'accurate' into portable
3c7a1b28
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/09 01:38
Ignore the build folder, and tweak paths
2752decc
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/09 01:36
Ignore some more files
35e4c6e7
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/09 01:32
Mark TSC files as binary, not text
242aa059
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/09 00:42
Remove some whitespace
4faf94e9
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/08 14:12
Add missing #include
9e5406eb
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/08 08:35
Merge branch 'accurate' into portable
406087be
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/08 08:34
Added a missing #include in Organya.cpp
31adc338
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/08 08:34
Remove a newline that isn't in the accurate branch
9cbaa0be
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/08 08:16
Merge branch 'accurate' into portable
a5df6ebc
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/07 18:15
Remove SET_RECT macro
cb4bd02a
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/07 17:20
More-accurate ValueView.cpp variable arrangement
5adc0653
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/07 17:13
More-accurate Triangle.cpp variable arrangement
3f2d5c3e
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/07 17:08
More-accurate Stage.cpp variable arrangement
32d63558
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/07 17:03
Sound.cpp variable arrangement tweaks
e459364a
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/07 16:58
More-accurate Shoot.cpp variable arrangement
cef90179
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/07 16:53
More-accurate SelStage.cpp variable arrangement
74cd1b04
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/07 16:50
More-accurate Profile.cpp variable arrangement
10a014da
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/07 16:45
More-accurate PixTone.cpp variable arrangement
5abf8a88
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/07 16:38
More-accurate Organya.cpp variable arrangement
718cb714
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/07 15:58
More-accurate NpcTbl.cpp variable arrangement
ce437348
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/07 15:52
More-accurate NpcHit.cpp variable arrangement
63e855c7
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/07 15:48
More-accurate NpChar.cpp variable arrangement
affaf25e
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/07 15:35
Sorted out the other NPCs' variables too
6e20f4cc
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/07 02:10
More-accurate NpcAct000.cpp variable arrangement
6d400cfc
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/01/07 02:06
Minor code style tweak
Next