shithub: cstory

RSS feed

b6f8bf68 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/16 19:08
Minor audio backend cleanup

5c040608 – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/09/11 14:03
Merge pull request #53 from GabrielRavier/betterCMakeMessages

c9b248ba – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/11 15:01
Removed space before ':' and re-added comma before or

182f11f0 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/11 13:51
Fix controller support

dd190bd2 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/11 10:32
Remove option change, wrote "cross-gcc" as "cross-GCC" and "mingw" as "MinGW"

d686152e – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/11 10:11
Fixed question not being a question, "Emscriptem" and saying "cross-compiled" twice

7176bcab – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/11 09:37
Added more detail to the cross-compile comment

d4ce0839 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/11 09:33
Forgot endif() in bin2h/CMakeLists.txt

09ed7a9a – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/11 09:10
Capitalise the readme's title suffix

8e8f18a1 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/11 09:07
Having second thoughts about this style change

1f5d37a9 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/11 09:03
Merge branch 'accurate' into portable

5fd6d3dd – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/09/11 07:11
Merge pull request #52 from GabrielRavier/improveDoConfig

b10d8953 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/11 08:02
Changed public-private indentation

69cb6b75 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/11 07:49
Reformatted DoConfig

2b2db485 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/11 05:35
Some slight formatting

47fbf3ec – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/11 05:27
Refactored DoConfig a bit

a9f95ed1 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/11 04:24
Changed some comments and messages in CMakeLists.txt

949bfd12 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/10 18:11
Allow SDL2 to change the audio frequency

88f22510 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/10 13:57
Fix crash when AudioBackend_Init fails

aede7b60 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/10 10:04
Restore the FREQUENCY constant

00d01618 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/10 09:27
Make DoConfig use the Config.dat in its directory

7ac0fa91 – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/09/10 09:27
Add a list of branches to the readme

657b586c – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/10 08:36
Add missing #include to audio backend

d1595d53 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/10 08:35
Merge branch 'accurate' into portable

5430ccaa – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/10 08:33
Fix uncommented comment in .gitignore

3889bd9f – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/10 08:31
Add missing #include to Draw.cpp

60bc16b1 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/10 08:23
Make CMake ignore if FLUID can't be found

c60cdb36 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/10 08:23
Make CMake detect static SDL2 installations

0510e017 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/09 22:03
Merge branch 'accurate' into portable

2cb7bfbd – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/09 21:59
Tiny cleanup

355b3036 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/09 21:53
Shut up some warnings

751daaf4 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/09 21:27
Ignore another VS2017 file

271f86e0 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/09 21:25
Add 64-bit targets to VS2017 project

385d7e58 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/09 21:04
Clean up Back.cpp a little

9ca503a9 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/09 20:43
Add Visual Studio 2017 project files

a81fe10f – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/09 20:26
Move Visual Studio 2003 files to their own folder

f8c2e176 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/09 19:46
Clean up Map.cpp

c368734a – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/09 19:43
Fix the resource file in MinGW-w64

3eb346ce – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/09 17:43
Synchronise the audio callback with Organya

a0762748 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/09 16:24
Make a clamp macro safer

217ce543 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/08 19:59
Port the Windows version's mouse-hiding

e216fa8e – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/08 19:58
Remove the old colour-depth code

4b8a6849 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/06 18:13
Actually make the surface regeneration work

b5f2fa86 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/06 17:24
Add a DEBUG_SAVE option to CMakeLists.txt

668516f4 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/06 17:19
Add CMake info to the readme

950bf282 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/06 17:08
Merge branch 'accurate' into portable

c5a4a3cb – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/06 17:04
Future-proof the Windows resource file

0532e2af – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/06 16:08
Shut up a warning

a220732a – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/06 16:03
Shut up some warnings

b53741ca – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/06 15:59
Fix CMakeLists.txt some more

0907027a – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/06 15:30
Merge branch 'accurate' into portable

9f40c68a – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/06 15:27
Repair CMakeLists.txt

d0b17cd4 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/06 15:27
Fix crash when quitting the game

4e239c31 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/06 15:07
Restore the rendering backend callbacks

8114f88d – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/06 11:21
Shut up some build warnings

b6fccd50 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/06 10:47
Add a missing comment translation

0dc9bb6b – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/06 10:46
Change the audio backend API again

d02af1bf – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 20:36
Merge branch 'accurate' into portable

9aa97205 – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/09/05 19:35
Get Peter Mackay's name right

7dc8c8b2 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 19:01
Merge branch 'accurate' into portable

4d428427 – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/09/05 18:00
More readme work

7778e253 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 17:42
Merge branch 'accurate' into portable

d80adf9c – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 17:41
Comment on a bug in MakePixToneObject

46fdc08e – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 17:39
Fix PixTone sounds missing their ends

12f69e3c – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 17:07
Fix idling hogging 100% of a CPU core

1b8fbcee – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 16:57
New screenshot

69d34f51 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 16:50
Don't assume users are on Windows

2625af1a – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 16:49
Merge branch 'accurate' into portable

1f3c33f2 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 16:43
Merge branch 'accurate' into portable

7300157f – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/09/05 15:48
Convert the Makefile setting list to a table

14442eaa – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/09/05 15:37
Add some background information to the readme

eabda302 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 13:19
Merge branch 'accurate' into portable

7f7553be – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 13:04
An accuracy improvement in Triangle.cpp

af7d8222 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 12:42
The EXE now has its functions in the exact same order as the original

c21bb1c1 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 12:12
Merge branch 'accurate' into portable

a394f7a6 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 12:01
Update the readme

54b3cd9c – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 11:20
Revert "Add the typos back to the stage table"

8916ee7d – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 11:16
Merge branch 'accurate' into portable

3bac7674 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 11:03
Correct some WinAPI usage

5dd3a5dd – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 10:56
Add the typos back to the stage table

5b5d5ae7 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 10:19
Revert "Restore the Windows-style path separators"

84c3cd82 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 10:18
Merge branch 'accurate' into portable

c6f074c2 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 10:14
Add cursors and icons to the MSVC2003 project

b24d212e – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 10:08
Convert resource file to forward-slash path separators

42e1b36f – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 10:05
Restore the Windows-style path separators

a61c29a8 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 09:56
Clean-out .gitignore of MSVC2003 stuff

a9d83a2d – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 09:54
Merge branch 'accurate' into portable

e3eb16af – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 09:48
Disable MSVC2003 assembly output

27bc6d1a – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 09:46
Clean up the MSVC2003 project a little

323b556b – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 09:42
Move the MSVC2003 stuff to the main folder

69dd308c – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 08:55
Remove the MSVC2003 builds of SDL2 and Freetype

bcc970c9 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 08:50
Revert "Remove the 'external' folder"

5cff82c2 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 08:50
Revert "Remove the 'bin2h' folder"

537d7775 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 08:49
Revert "Removed the DoConfig folder"

e6350151 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 08:48
Revert "Remove the leftover CMakeLists.txt file"

3f2b6942 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 08:47
Merge branch 'accurate' into portable

c7c50771 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 08:46
Remove the leftover CMakeLists.txt file

afb3e2f8 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 08:45
Removed the DoConfig folder

8f9125cf – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 08:44
Remove the 'bin2h' folder

10214f8f – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/05 08:43
Remove the 'external' folder

Next