Reinmmar
|
1d9edca76a
|
Commented a bunch and renamed functions
|
2023-08-23 13:18:25 +02:00 |
notyourav
|
968c0ba5cc
|
Merge pull request #627 from Reinmmar/Inputs
|
2023-08-22 17:31:31 -07:00 |
Reinmmar
|
03eacc3c04
|
Merge branch 'master' into Inputs
|
2023-08-23 00:04:08 +02:00 |
notyourav
|
e57f2f34e8
|
Merge pull request #626 from Reinmmar/FigurineStuff
|
2023-08-22 14:12:35 -07:00 |
Reinmmar
|
1739e6205a
|
Labeled all unlabeled inputs(if I didn't miss any)
|
2023-08-15 03:54:03 +02:00 |
notyourav
|
355e125cac
|
Merge pull request #624 from Reinmmar/master
|
2023-08-14 09:14:42 -07:00 |
Reinmmar
|
8801e77275
|
renamed variables
|
2023-08-14 14:19:39 +02:00 |
Reinmmar
|
37c6941eb6
|
Inputs labeled and renamed functions and variables
|
2023-08-14 13:53:30 +02:00 |
Reinmmar
|
643a6359e3
|
Labeled Inputs and renamed functions and variables
|
2023-08-14 13:52:19 +02:00 |
Reinmmar
|
325bee5388
|
Update French.json
β to ß
|
2023-08-13 19:42:08 +02:00 |
Reinmmar
|
80e47067e5
|
Update German.json
β to ß
|
2023-08-13 19:41:34 +02:00 |
Reinmmar
|
f0c707f40a
|
Update main.cpp
β to ß
|
2023-08-13 19:40:12 +02:00 |
notyourav
|
2ebab6f49f
|
Merge pull request #620 from Henny022p/savefile
SaveFile cleanup
|
2023-08-06 18:52:38 -07:00 |
notyourav
|
8a294a49b6
|
Merge pull request #619 from octorock/objects
|
2023-08-06 17:33:21 -07:00 |
notyourav
|
d7a82d02e4
|
Merge pull request #616 from octorock/npcs
Create new entity structs for NPCs
|
2023-08-06 16:12:08 -07:00 |
Henny022p
|
758ec0722c
|
please clang-format, even if it has gone crazy
|
2023-08-02 22:34:46 +02:00 |
Henny022p
|
83d710a413
|
clean up hint_height version mess
|
2023-08-02 22:32:17 +02:00 |
Henny022p
|
ea30d2264b
|
SaveFile cleanup part 3
|
2023-08-02 22:19:34 +02:00 |
Henny022p
|
1e02286d2c
|
SaveFile cleanup part 2
|
2023-08-02 21:19:43 +02:00 |
Henny022p
|
bc22015987
|
SaveFile cleanup part 1
|
2023-08-02 20:50:18 +02:00 |
octorock
|
488196754e
|
Create new entity structs for NPCs
|
2023-08-01 11:36:11 +02:00 |
octorock
|
0d6b9052ba
|
Add documentation head to all NPCs
|
2023-08-01 11:36:11 +02:00 |
notyourav
|
064bc43e78
|
Merge pull request #618 from octorock/playerItems
Create new entity structs for Player Items
|
2023-07-31 19:20:00 -07:00 |
notyourav
|
a443cb5d49
|
Merge pull request #617 from octorock/projectiles
Create new entity structs for Projectiles
|
2023-07-31 18:56:04 -07:00 |
notyourav
|
91a5a67838
|
Merge pull request #615 from Henny022p/sgdq23
collection of small documenting changes
|
2023-07-31 18:42:34 -07:00 |
octorock
|
4d67e6fe1f
|
Create new entity structs for Objects
|
2023-07-31 21:31:30 +02:00 |
octorock
|
5899c30dc9
|
Create new entity structs for Player Items
|
2023-07-30 23:51:54 +02:00 |
octorock
|
591563f428
|
Create new entity structs for Projectiles
|
2023-07-23 23:52:47 +02:00 |
Henny022p
|
70675cedc1
|
format
|
2023-07-05 00:57:06 +02:00 |
Henny022p
|
9b907d121d
|
various small documentation changes
made during SGDQ23 while working on multiworld randomizer
Co-authored-by: Ibot02 <jtp.jtp@gmx.de>
|
2023-07-05 00:53:54 +02:00 |
notyourav
|
eb233b05cd
|
Merge pull request #613 from nonmatch/patch-74
|
2023-06-06 15:20:43 -07:00 |
anonymous
|
c073577478
|
Match DispCtrlSet
|
2023-05-24 00:45:36 +00:00 |
notyourav
|
79bbd540a8
|
Merge pull request #611 from Henny022p/fix-flags-h
|
2023-05-20 22:19:41 -07:00 |
notyourav
|
298d215232
|
Merge pull request #609 from Henny022p/linker-fix
|
2023-05-20 22:03:32 -07:00 |
notyourav
|
dd5bce7442
|
Merge pull request #607 from Catobat/interaction-stuff
|
2023-05-13 17:02:28 -07:00 |
Henny022p
|
6fad53f263
|
remove extra spaces
maintaining consistent alignment for the closing comment is too much work and there is no real use for it
|
2023-05-13 17:59:56 +02:00 |
Henny022p
|
193e503140
|
fix formatting in zeldaFollower.c
|
2023-05-13 17:54:34 +02:00 |
Henny022p
|
9f3adae304
|
put doxygen comment on each flag
|
2023-05-13 17:50:32 +02:00 |
Henny022p
|
7c749c7f3c
|
use printf instead of echo
echo is not portable, hope is that printf is more so
|
2023-05-13 16:41:48 +02:00 |
Henny022p
|
d40664bb74
|
revert memcpy linker change because new ld does not like it
adjust dependency scan to still skip libs
|
2023-05-11 19:02:49 +02:00 |
Catobat
|
19e8407596
|
Missed a line
|
2023-05-06 12:55:25 +02:00 |
Catobat
|
def79ad780
|
Formatting in zeldaFollower.c
|
2023-05-06 12:53:52 +02:00 |
Catobat
|
a2785bc0fa
|
Merge remote-tracking branch 'upstream/master' into interaction-stuff
|
2023-05-06 12:32:38 +02:00 |
Catobat
|
31079cd0a5
|
Change zeldaFollower.c to try to fix clang-format
|
2023-05-06 00:50:22 +02:00 |
Catobat
|
18b86e484a
|
Formatting
|
2023-05-06 00:36:48 +02:00 |
Catobat
|
8ff6027f97
|
Name some functions for marking a Fuser as done
|
2023-05-05 23:45:29 +02:00 |
Catobat
|
52e635f57b
|
Some comments and label names for GetFuserId
|
2023-05-05 23:19:04 +02:00 |
Catobat
|
8a7e928461
|
Change customHitbox in InteractableObject to Rect*
|
2023-04-30 22:34:53 +02:00 |
Catobat
|
3a7f92e7c7
|
Change customHitbox in InteractableObject to s8*
|
2023-04-30 21:58:05 +02:00 |
Catobat
|
5145a6909e
|
Name and clean up some functions and structs
|
2023-04-30 21:43:22 +02:00 |