shithub: cstory

RSS feed

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

80091c4b – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 23:25
Simplify some logic

b6398c58 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 23:24
Disable GLFW hats in <3.3

1d9048c8 – Gabriel Ravier <gabravier@gmail.com> authored on 2020/04/04 21:16
Merge branch 'portable' into improvePerformance2

ee1e7aed – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 20:58
Fix unfreed memory

67765fd0 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 20:54
Fix

26de0b60 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 20:30
Improve the SDL2 controller backend too

c1876609 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 20:20
Hat cleanup

8fdaea5d – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 20:16
More cleanup and fixes

6bb240d3 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 20:11
Fixes

e0674d8f – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 20:08
Restore support for joystick axes neutrals

ac533cb3 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 19:22
Add support to the GLFW3 backends as well

08bd2e1e – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 18:57
Cleanup

2aeda93a – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 18:54
SDL2 controller backend - support axes and hats

7c729af3 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 16:58
Add a comment

6ea58290 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 16:57
Set SDL2 audio backend to 48000Hz

b3e40b04 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 16:52
Fix SDL2 audio backend

1ae63bea – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 16:51
Move window ownership to the window backend

1d665aaa – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 16:40
Merge branch 'accurate' into portable

630b5e36 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 16:40
Prevent console from appearing in Makefile builds

cdd69496 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 16:34
Fixes

135035bb – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 16:31
Change 'PlatformBackend' namespace to 'Backend'

daf5d3cc – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 16:25
Add missing file

4d322be8 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 16:24
Change render backend namespace to RenderBackend_

8acdcfac – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 15:56
Update CMakeLists.txt

4568d58c – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 15:53
Cleanup

65325e2b – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 15:50
Add hotplugging support to SDL2 backend

7ee2e68c – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 15:28
Fix

87e8a75d – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 15:18
Rename GLFW3.h/SDL2.h

7f657411 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 15:14
Clean-up SDL2 controller backend

e00ad1cd – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 15:04
Shuffle code

d957c406 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 15:04
Fix bug

659f89ea – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 15:03
Cleanup and proper deinitialisation

e874b753 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 14:55
Comment GLFW3 code, restore some vanilla behaviour

0cf1a781 – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 14:38
Add hotplugging support to the GLFW3 backend

b72b631e – Clownacy <Clownacy@users.noreply.github.com> authored on 2020/04/04 13:47
Simplify GLFW code

Next