RSS feed
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
5dd3a5dd
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2019/09/05 10:56
Add the typos back to the stage table
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
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
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
990c0d37
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2019/09/04 10:59
Remove unneeded resource files
93029e8e
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2019/09/04 10:13
Fix incorrectly-ordered #include
3a40e9eb
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2019/09/04 10:01
Add .exe file extensions to the Makefile
7a5eb399
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2019/09/04 09:57
Remove some FIX_BUGS things that aren't actually bugs
dcf99214
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2019/09/03 22:23
Move SystemTask from WindowsWrapper.h to Main.h
4e50046d
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2019/09/03 22:11
Remove WINDOWS and NONPORTABLE
44f3b153
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2019/09/03 21:47
Move the resource script to where it used to be
987ecd53
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2019/09/03 21:41
Apply a missing constant in Organya
8f1bc269
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2019/09/02 20:34
I might have found out why Sound.cpp uses DSBUFFERDESC1
09b188ac
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2019/09/02 20:11
Add a bugfix for a bizarre function call
Next