shithub: cstory

RSS feed

5838eaba – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/27 07:18
Add a FOSS Japanese font

18ed6aa9 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/20 12:00
Merge branch 'accurate' into portable

a755da09 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/20 11:50
Merge branch 'accurate' into portable

17d2c379 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/20 11:47
Restore an old workaround from the original portable branch

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

602315fa – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/15 14:46
Deobfuscate a value without affecting ASM

bc5a9b2d – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/15 14:44
These macros produced inaccurate assembly

a55361ec – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/09/15 14:43
Merge pull request #54 from GabrielRavier/commentBalfrog

cc4de5e4 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/15 14:16
Remove NPC utility macros

c68923fd – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/15 12:13
Corrected erroneous "PIXELS_TO_UNITS(24)"s to "PIXELS_TO_UNITS(20)"s

c9517bff – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/15 12:10
Un-abbreviated "SPRITE" from "SPRT" in sprite macro names

0cf2a20a – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/15 12:07
Corrected erroneous `PIXELS_TO_UNITS(32)` to `PIXELS_TO_UNITS(16)`

9e5e2a0e – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/15 12:05
Indented some comments

002e0f77 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/15 12:00
Changed erroneous "=" to "+="

58a02a60 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/15 11:58
Defined TILES_TO_UNITS and UNITS_TO_TILES in terms of TILES_TO_PIXELS, PIXELS_TO_TILES, PIXELS_TO_UNITS and UNITS_TO_PIXELS

04113870 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/15 11:51
Removed tiles comments when useless

f099e069 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/15 11:37
Enable optimisations in the VS2017 project

6eadf6c4 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/15 10:16
Changed view stuff to be measured in pixels, not tiles

08131d52 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/15 10:12
Converted hitbox measurements to pixels

4070f1b9 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/15 06:58
Changed some stuff to conform to Clownacy's PR review

0d833b38 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/15 06:50
Prevent some annoying warnings popping up everywhere

fcc1e3cc – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/15 06:48
Added some common macro utilities used by most NPCs

041bd0e5 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/14 16:47
Used doubles for TILES_TO_UNITS weirdly written stuff

ac498c2b – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/14 16:07
After intense debate with Cucky and BLink, ended up changing "PIXELS_TO_UNITS(3) - 1" to "0x5FF"

e2c57e6d – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/13 16:35
Alphabetized macros in BossFrog and re-ordered some stuff to go along with Clownacy's coding standards

aeb1e292 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/13 15:01
Merge branch 'accurate' into commentBalfrog

8329ec2d – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/13 15:00
Merge branch 'accurate' of https://github.com/GabrielRavier/Cave-Story-Engine-2 into accurate

9bef4b1d – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/13 14:49
Commented BossFrog entirely

861064bf – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/12 12:47
Started improving on balfrog.cpp

69292f99 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/12 10:50
Add a new bugfix

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

75baabf9 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/10 12:19
Merge branch 'accurate' of https://github.com/GabrielRavier/Cave-Story-Engine-2 into accurate

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

c492f9ad – Gabriel Ravier <31440290+GabrielRavier@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/09/09 16:53
Merge Clownacy/accurate into accurate (#28)

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

3ce23e87 – Gabriel Ravier <31440290+GabrielRavier@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/09/09 15:22
Merge Clownacy/master into master (#26)

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

Next