Commit Graph

1369 Commits

Author SHA1 Message Date
thecozies
dde93edb07 v2.0.0 v2.0.0-pre-merge 2021-12-30 10:49:10 -06:00
Gregory Heskett
0a53b7a602 Update README.md (#277) 2021-12-30 10:47:36 -06:00
Reonu
c228f8583f rename CUSTOM_DEBUG, add comments (#275) 2021-12-30 09:35:37 -06:00
thecozies
fde55ad6ef Improved movement config documentation related to turning around (#271)
Fixes #270
2021-12-30 04:57:36 -06:00
thecozies
47b20c859f Config cleanup/refactor (#269)
* Moved puppyprint define to graphics / rearranged some debug defines for ease of access

* Moved compatibility safeguards to config_safeguards.h

* spacing and comment formatting

* #272 Move GFX_POOL_SIZE to config_graphics.h

* disable EASIER_DIALOG_TRIGGER by default

* prevent redefining warnings

* small ifdef typo

* changed ifndef to undefs

Fixes #262
Fixes #272
2021-12-29 18:19:41 -06:00
thecozies
f9db11c7ec derive margin_radius from radius after capping at 200 (#266)
Fixes #259
2021-12-29 13:06:00 -06:00
thecozies
1aca17942a #264: Document non-stop stars' issues (#267)
* #264: Document non-stop stars' issues

* Update include/config/config_game.h

* nonstop vanilla comment
2021-12-29 10:50:03 +00:00
thecozies
34b0eba5c1 skip wall offsets < 0 (#255)
Fixes #255
2021-12-28 12:26:32 -06:00
Reonu
d71063f270 Fixed save and quitting while in widescreen (#257)
* Fixed save and quitting while in widescreen

* use define for the level

* all my homies hate ifdefs
2021-12-28 18:25:37 +00:00
Arceveti
2baabaf687 Swap static and dynamic surface checks back to vanilla order (#253)
* Swap static and dynamic surface checks back to vanilla order

* re-enable DISABLE_ALL config

Fixes #251 #252
2021-12-28 08:56:39 -06:00
Arceveti
133334994a Fix stuttering on thin slopes (#248)
* Fix stuttering on thin slopes

* Revert vec3f_find_ceil calls to vanilla

* Rename vec3f_find_ceil to find_mario_ceil

* Update src/engine/surface_collision.h

Fixes #249
2021-12-28 05:58:08 -06:00
thecozies
b564bed602 revert air step line to vanilla to fix bitfs scaling platform issue (#247)
Fixes #200
2021-12-27 13:03:13 -06:00
thecozies
bd5f810a3b Develop/refactor default defines (#242)
* Changed default config options

* Added build dir to includePaths for pngs

* disable NO_SLEEP by default

* Disable puppyprint by default

Sorry fazana 😔

* fix typos

* add comment about BETTER_REVERB console perf

* disable blue coin switch retry by default

* Update config_audio.h

Co-authored-by: Reonu <danileon95@gmail.com>
Co-authored-by: Mr-Wiseguy <68165316+Mr-Wiseguy@users.noreply.github.com>
2021-12-27 18:58:27 +00:00
Reonu
4477f16781 actually prevent floomba redefinition 2021-12-26 03:28:48 +00:00
Reonu
5ea71e38dd prevent double definition of floombas 2021-12-26 03:26:15 +00:00
Reonu
3fd984f2b5 Merge pull request #246 from Reonu/develop/refactor__better-intro-defines
Renamed HD_INTRO_TEXTURES define, separated intro floombas
2021-12-26 03:15:27 +00:00
Reonu
947c8c5234 Renamed HD_INTRO_TEXTURES define, separated intro floombas 2021-12-26 02:53:00 +00:00
Reonu
0bc97ea620 Merge pull request #245 from Reonu/develop/refactor__revert-ceil-buffer
revert ceil buffer
2021-12-25 14:19:42 +00:00
thecozies
119e34bae5 revert ceil buffer 2021-12-25 08:14:26 -06:00
Reonu
d99b79f335 Merge pull request #234 from Reonu/develop/arceveti/refactor/more_unlock_all
Make UNLOCK_ALL apply to more things
2021-12-24 22:19:32 +00:00
Arceveti
21c16b0482 UNLOCK_ALL unlocks cap boxes (slightly more epic edition) 2021-12-24 14:13:24 -08:00
Reonu
bb32509898 UNLOCK_ALL unlocks the cap boxes 2021-12-24 21:54:52 +00:00
Reonu
82f0338877 Merge pull request #243 from Reonu/develop/reonu/delete_patches
delete unnecesary patches
2021-12-24 20:07:20 +00:00
Reonu
8ecc76bdcf murdered more patches 2021-12-24 19:30:55 +00:00
Arceveti
247dd8eab9 Apply suggested changes 2021-12-24 11:24:28 -08:00