RSS feed
b5eefd95
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/14 22:16
Change Wii U input to keyboard emulation
470a5121
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/13 23:50
Fix WiiU builds with LTO enabled
38ea875e
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/13 21:35
Add new backends to readme
6d53668b
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/13 20:31
Add Wii U platform backend
bcbb06f0
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/13 20:29
Fix a leftover printf
db0b2d02
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/13 15:10
Add option to disable DoConfig
f4f85f1f
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/13 14:54
Add Null platform backend
02f570ce
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/13 14:28
Add Null audio backend
c51a074f
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/13 14:19
Big disgusting backend rework
fd0733f6
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/13 11:32
Fix GLFW3 not handling exit event while not focussed
8549fa56
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/13 10:56
Avoid WindowsWrapper.h in controller backend
026fea52
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/13 10:49
Untangle Input.cpp from the controller backend
58fc9a39
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/13 09:56
More cleanup
aa9e4860
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/13 09:49
Handle WindowBackend_Software_CreateWindow fail
d70e31d2
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/13 09:47
Cleanup
cbb11e62
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/13 09:43
Cleanup
8fbf3bbe
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/13 09:40
Account for GetVertexBufferSlot failure
9275ad46
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/13 09:35
This error should result in failure
cdd97cb7
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/13 09:32
Some cleanup
4f7cc958
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/13 09:28
Revert "Backends: Added init/de-init messages for backends"
063ec2a9
– Clownacy <Clownacy@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/04/13 09:27
Merge pull request #111 from GabrielRavier/portableAddImprovedErrorHandlingBackends
9be8b9a4
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/11 22:26
Backends: Added init/de-init messages for backends
53e2b715
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/11 21:19
Backends/SDL2/Misc: `!x` -> `x == NULL`
d0b8aef2
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/11 21:18
Backends/SDL2/Controller: `!x` -> `x == 0`
92d56569
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/11 21:16
Backends: Use "SDL" instead of "SDL2" to match documentation vocabulary
5ed34e73
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/11 21:11
Backends/Rendering/SDLTexture: Used `Uint8` instead of `uint8_t` to match `SDL_SetRenderDrawColor`
4301fc61
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/11 21:10
Backends/Rendering/SDLTexture: `!x` -> `x == NULL`
9ad14b89
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/11 21:09
Backends/Rendering/SDLTexture: `!x` -> `x == NULL`
3f0d8b2e
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/11 21:08
Backends/SDL2/Window-Software: `!x` -> `x == NULL`
b58cfcdd
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/11 21:05
Backends/SDL2/Window-Software: Removed un-needed braces
d41bf46c
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/11 21:04
Backends/SDL2/Controller: `x` -> `x != NULL` and removed unnecessary braces
d8708050
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/11 21:03
Backends/SDL2/Controller: `x` -> `x != NULL` and fixed unequal braces
a7639844
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/11 21:01
Backends/Rendering/SDLSurface: `!x` -> `x == NULL`
2feba106
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/11 21:00
Backends/Rendering/SDLSurface: Invert `if` and use `!= NULL` instead of implicit conversion to `bool`
65e7164c
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/11 20:59
Backends/Rendering/OpenGL3: Use `!= NULL` instead of implicit conversion to `bool`
4d10c2cc
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/11 20:58
Backends/Rendering/OpenGL3: Wrap both sides of if-else with {} equally.
690a87db
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/11 20:57
Backends/GLFW3/Controller: Wrap both sides of if-else with {} equally.
77e00a93
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/11 20:55
Backends/GLFW3/Controller: Use `!= NULL` instead of implicit conversion to `bool`
1a5da443
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/11 20:54
Backends/Rendering/OpenGL3: Fixed OpenGLES2 compile
27eb7d17
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/11 20:49
Backend/Audio/SDL2: Replace `puts` call with `Backend_PrintInfo`
89fb2222
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/11 20:46
Backends/Rendering/OpenGL: Replaced printf with Backend_PrintInfo
dcd4bcf1
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/11 20:42
Backends: Fix some of the error handling and replaced some printf calls
5fc0f585
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/11 20:24
Backends/SDL2: Finished up improving error handling
12d45ac1
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/11 19:30
Merge branch 'portable' into portableAddImprovedErrorHandlingBackends
4127efb8
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/11 19:29
Backends/SDL2/Controller: Start improving error handling
f2b2c071
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/11 19:28
Backends/Rendering/OpenGL3: Improve error handling
ba2f43bc
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/11 18:17
Fix bug in SDL2 controller backend
b4541299
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/11 17:40
external/glad: Used c-debug configuration in order to have extra debug utilities
16441ee8
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/11 12:57
Backends: Improved miniaudio and GLFW3 error handling
0bd968d7
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/10 22:06
Backends/Rendering/SDLTexture: Finish up improved error handling
affb6455
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/10 19:19
Backends/Rendering/SDLTexture: Continued work on error handling
7f7c3d84
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/10 18:32
Backends: Started adding a bunch of error handling stuff (error checking only done in SDL2 for now)
b2679edf
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/09 21:20
Update `cute_spritebatch.h`
ba069de7
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/09 20:45
Fix window resizing
b6774440
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/09 19:57
The software renderer is longer specific to SDL2
efdae488
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/09 18:45
Disable a Travis configuration
ea794aec
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/09 18:12
Add GLFW3-Software renderer to Travis
ba4c9aa5
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/09 16:42
Fix GLFW3-Software fullscreen aspect ratio
39b89bdb
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/09 16:28
Add link to wiki to readme
938eca32
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/09 15:54
Cleanup
1f060274
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/09 15:29
Added GLFW3 support for the software renderer
0582fa93
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/09 08:54
Add extra failure error messages
4bd6293b
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/07 14:19
Merge branch 'accurate' into portable
2a0570df
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/07 14:18
Make bugfix consistent with official code
41d5c5b5
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/07 13:46
Make it so `Backend_Init` can fail
7d65d009
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/07 13:22
Replace leftover SDL_ShowSimpleMessageBox calls
aa7f7814
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/07 13:20
Make SDL2's Backend_ShowMessageBox print to console
f2950b08
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/07 13:19
Fix potential NULL being passed to printf
0477b1b6
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/07 10:03
Merge branch 'accurate' into portable
409453a6
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/07 10:03
Note some null characters
f6377ae2
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/07 09:53
Fix SDL2 cursor
f156c2db
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/06 19:25
More licence stuff
f5cb7bfd
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/06 17:09
Add licences to binary folders
5395b00a
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/06 16:05
Make some backend code safer
6456649e
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/06 15:52
Pre-process audio in the software mixer
5daea02a
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/06 15:44
Change the audio backend API
40d0cf14
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/06 09:57
Remove invalid comments
12e4be58
– Clownacy <Clownacy@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/04/06 09:55
Merge pull request #101 from GabrielRavier/fixPortableBugs2
10f389b5
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/06 09:53
Merge branch 'accurate' into portable
ae66ede2
– Clownacy <Clownacy@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/04/06 09:51
Merge pull request #105 from GabrielRavier/accuratePortableBugs2SisterPR
9fd95e72
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/06 09:49
Whoops, remove a leftover `std::`
ba9ccec9
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/06 09:48
Change double to float
54594858
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/06 09:40
Different optimisation for software-mixer
1016411f
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/06 09:37
Cleanup
9b116dac
– Clownacy <Clownacy@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2020/04/06 09:36
Merge pull request #96 from GabrielRavier/improvePerformance2
81e32595
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/05 19:04
Backends/Audio/SoftwareMixer: Optimized `fmod(x, 1.0)` to `x - trunc(x)`
0fe8eacb
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/05 16:46
Direct MSYS2 users to use PKG_CONFIG_STATIC_LIBS
b775003e
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/05 16:27
Correct stupid typos
09fa34cb
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/05 16:13
Do not link libSDL2main.a
1cf42000
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2020/04/05 15:33
Merge branch 'portable' into improvePerformance2
b41caad0
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/05 14:29
Update function names in devilution-comparer file
fbf9332c
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/05 14:25
Fix compiler error with DEBUG_SAVE enabled
bcd883e7
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/05 14:14
Fix weird buzzing in the software mixer
0aa65f7c
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/05 12:58
Fix pkg-config static linking
eaef25d5
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/05 09:26
Change how backend keyboard status stuff works
aef0f81f
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/05 00:31
Offload keyboard tracker to the engine
d62ca286
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/05 00:18
Merge branch 'accurate' into portable
f75859b7
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/04 23:35
Change constant ordering
e39c46fa
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/04 23:27
Force glad to be static
393359e6
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2020/04/04 23:27
Add some sanity checks
Next