RSS feed
073a15b4
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2019/11/05 12:06
Documentation : Comment implicit truncation
fa304081
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2019/11/05 03:41
Documentation : Add note about irreproductability of __DATE
9c56888f
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2019/11/09 10:40
Deobfuscare more values
9df9ea76
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2019/11/09 10:19
Deobfuscate some code
266bb13b
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2019/11/09 09:53
Compare some pointers to NULL
5026964d
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2019/11/09 09:48
Fix some more incorrectly-decompiled code
e34f4924
– Clownacy <Clownacy@users.noreply.github.com>
authored
on 2019/11/09 09:39
Accuracy fixes for Igor
cb87f050
– Clownacy <Clownacy@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/11/09 09:05
Merge pull request #77 from GabrielRavier/cmpUnclear
bac98f74
– Clownacy <Clownacy@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/11/09 09:00
Merge pull request #81 from GabrielRavier/surroundMacroWithParentheses
69ec37c1
– Clownacy <Clownacy@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/11/09 08:54
Merge pull request #82 from GabrielRavier/correctEnumTypeBeingConvertedToBool
401a8f0d
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2019/11/06 15:21
Bug : Fix wrong `==` to `!=`
571a7ca7
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2019/11/05 12:33
Bug : Put parentheses around IS_COMMAND and its parameters
bae879e3
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2019/11/05 12:27
Check "no" against MUS_SILENCE instead of converting it to a bool
f96b7fa5
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2019/11/05 12:16
Use "memcmp(a, b) != 0" instead of "memcmp(a, b)" so it's clearer we're searching for a difference
053770b8
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2019/11/04 04:50
Use "strcmp(a, b) != 0" so it's clearer what we're checking for
3c920996
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2019/11/05 05:43
Make memcmp usage clearer
4e322f25
– Clownacy <Clownacy@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/11/04 14:08
Merge pull request #74 from GabrielRavier/parenthesizeFlagsMacros
6408303c
– Clownacy <Clownacy@users.noreply.github.com>
authored
and GitHub <noreply@github.com>
committed
on 2019/11/04 14:05
Merge pull request #71 from GabrielRavier/removeNonExistentNameCollisions
adc4f99c
– Gabriel Ravier <gabravier@gmail.com>
authored
on 2019/09/12 12:48
Remove the undefs in WindowsWrapper, as these have no purpose here (no collisions with accurate)
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
Next