shithub: cstory

RSS feed

159bc5d8 – Gabriel Ravier <gabravier@gmail.com> authored on 2019/11/04 06:42
Documentation : Make operator priority clearer)

a25998f1 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/29 14:55
Add actual dependencies to the .rc file

7f249924 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/29 14:43
Add a 'compiling resources' message to Makefile

f596f897 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/29 08:20
Shut up more Clang warnings

567330cc – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/29 08:11
Remove some trailing commas

9fb01161 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/26 19:40
Swap two function calls around

b1418f7f – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/21 15:33
Remove a leftover unsigned literal

f690f990 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/21 15:28
Convert some old Shift-JIS comments to UTF-8

f6dd5842 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/21 15:25
Add missing boolean values

dda0dd2f – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/21 14:56
Fix mismatching function declaration in header

a8cf5e18 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/20 17:07
Fix a typo in a comment

a9265e8b – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/16 20:47
Fix some errors when compiled with Visual Studio 6

764df530 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/16 11:30
Made TextScr.cpp's 'text' array two-dimensional

cea39ac0 – Clownacy <Clownacy@users.noreply.github.com> authored and GitHub <noreply@github.com> committed on 2019/10/14 18:45
Improve the readme's wording some more

253b33d3 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/14 17:00
Turns out this isn't debug-related

883f5470 – Clownacy <Clownacy@users.noreply.github.com> authored on 2019/10/12 21:55
Remove leftover bin2h stuff from Makefile

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

Next