shithub: cstory

RSS feed

aad7e41d – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/12 21:46
Remove leftover DoConfig stuff from the Makefile

709065d7 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/12 12:54
Use a sizeof instead of this raw value

869bff3d – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/12 12:41
These values are arbitrary, not the screen size

59123639 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/02 11:28
...And don't break the indentation

5329a6d1 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/02 11:25
...goddammit I didn't save

8f6403f2 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/02 11:24
Catch another instance of Shift-JIS

a8fb0839 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/28 11:35
Note Shift-JIS strings

99f96293 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/27 11:12
Remove the SHIFT-JIS from the stage table

7bf31090 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/09/25 13:29
Cast X_TO_UNITS and UNITS_TO_X values to int

d2df9d91 – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/09/25 12:45
Merge pull request #55 from GabrielRavier/commentArmsItem

a67700d9 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/24 06:12
Clarify vague comment

bf1239c4 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/24 05:32
Commented all members of ARMS

6645b851 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/24 05:30
Change gArmsEnergyX stuff from hexadecimal to decimal. Also commented some more stuff.

b2b9d8ab – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/23 16:29
Used tabs instead of spaces before trailing comments

417fce45 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/23 16:25
Fixed other static function

e2c7ea89 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/23 16:22
Left long lines long instead of making them take several lines

81864078 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/23 16:18
Fixed switch formatting

5ca917bc – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/23 16:16
Removed usage of TILES_TO_PIXELS/PIXELS_TO_TILES in PutCampObject

07dc0aff – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/23 16:12
Removed static from MoveArmsCursor to fix function ordering

e5e01b2b – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/23 15:59
Re-added accidentally removed spacing

3f6c744e – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/23 15:57
Re-added accidentally removed statement

ba8f2138 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/23 15:52
Finished commenting ArmsItem basically

4fc38593 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/23 15:47
More comments in ArmsItem

b4ef218d – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/23 06:34
Removed unnecessary "and" from comment

d73f82cf – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/23 06:32
Removed wrong FIX_BUGS

c94d1f13 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/23 05:25
Corrected some comments in ArmsItem

6cd2a498 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/23 04:46
Corrected comment

9d8018e9 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/23 03:28
More comments in ArmsItem

eb461986 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/21 16:06
Add some comments for the searching of codes

f6ed1836 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/21 16:04
Remove macros for searching for codes

986ab280 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/21 15:26
Revert change from GAME_FLAG_IS_CONTROL_ENABLED to GAME_FLAG_IS_CONTROL_DISABLED and clarify its documentation

337c81da – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/21 14:48
Changed GAME_FLAG_IS_CONTROL_ENABLED to GAME_FLAG_IS_CONTROL_DISABLED

63a8385c – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/21 14:40
Documented bit 2 of g_GameFlags

ac5439cd – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/21 11:25
Added TBD notes to GameFlag enum

f68ee5c4 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/21 11:22
Added an enum for g_GameFlags and a few comments in CampLoop

7de9ecf1 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/21 08:14
Some commenting

55cc349d – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/20 16:25
Moar commenting stuff

453ce04e – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/20 15:16
Added a few comments and a newline

79d8e175 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/19 06:30
Documented some variables and macro-ed some stuff

6a9abb9a – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/18 04:29
Moar commenting of stuff and macro-ing of certain things

372872ee – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/17 07:54
Some comments and a FIX_BUGS

38a00ec8 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/17 07:09
More tabs to spaces for trailing comments

3a837a10 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/17 07:04
Commented some code

4766172c – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/17 06:48
Replaced tabs before comments with spaces, shortened a few lines and formatted some switches

6ffc8d74 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/17 06:31
Shorten long line

f2a2b3fd – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/17 06:25
Commented some func decls in ArmsItem.h and changed a "32" to "0x20" in the cpp

9bb916e9 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/17 05:56
Set PutCampObject as static and commented some func decls

358423aa – Gabriel Ravier <gabravier@gmail.com> authored on 2019/09/16 11:30
Some nice commenting and reordering of stuff and staticing of stuff

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

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

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

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

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

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

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)

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)

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

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

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

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

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

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

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

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

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

Next