Commit Graph

  • 8586c7657a Added "Exit course at any time", "Huge Mario" and "Tiny Mario" cheats Daniel 2020-05-18 17:51:53 +0100
  • 1ede50c1a5 Fix text being wrapped in fullscreen Alex Burnett 2020-05-18 03:34:27 -0700
  • bea8e2233e Added savefile format documentation Zerocker 2020-05-18 19:17:04 +0900
  • 2417004d20 Added flag to support only text-based savefiles Zerocker 2020-05-18 17:45:28 +0900
  • e24473ee17 Support for text-based savefiles Zerocker 2020-05-18 17:44:21 +0900
  • 34e5ff3fc7
    Merge pull request #175 from sm64pc/nightly V. R. Miguel 2020-05-18 00:39:09 -0300
  • bd186569de Fixes --fullscreen and --windowed problems Vinícius R. Miguel 2020-05-18 00:28:05 -0300
  • cd2e6c0774
    Merge pull request #165 from HeavenVolkoff/save_win_dimensions V. R. Miguel 2020-05-18 00:10:42 -0300
  • 4246242138 Still about #172 Vinícius R. Miguel 2020-05-17 23:58:22 -0300
  • ba04643b61 Potential fix for #172 Vinícius R. Miguel 2020-05-17 23:55:17 -0300
  • 98efed7c51 Reset Window now exit fullscreen Change configFullscreen to configWindow.fullscreen Heaven Volkoff 2020-05-17 23:29:41 -0300
  • 9927b3555d Fix fullscreen exit resulting in a slightly lower Y position Heaven Volkoff 2020-05-17 23:08:12 -0300
  • 0fa331d961 Implement save/restore window dimensions/position - Add an entry in options menu to reset window Heaven Volkoff 2020-05-17 16:17:47 -0300
  • d6495550f5 Release mouse when paused IvanDSM 2020-05-17 22:37:52 -0300
  • f29ce2d8f0 Merge branch 'nightly' of github.com:sm64pc/sm64pc into nightly IvanDSM 2020-05-17 21:24:01 -0300
  • 5e637bd121 Fix crashing when OOB in BETTERCAMERA builds Previously, an attempt to read gMarioState->floor->type was being made even when gMarioState->floor was a null pointer. This commit makes bettercamera check if gMarioState->floor is not null before accessing it. IvanDSM 2020-05-17 21:23:30 -0300
  • 6811d9e01c
    Fixed a dumb thing V. R. Miguel 2020-05-17 21:17:27 -0300
  • 15c7670ce8 Merge remote-tracking branch 'origin/nightly' into nightly Vinícius R. Miguel 2020-05-17 21:06:59 -0300
  • 262963bf88 Restructuring some of the cheat code Vinícius R. Miguel 2020-05-17 21:06:38 -0300
  • eaba9656d6
    Merge pull request #169 from kurethedead/nightly fgsfds 2020-05-18 02:45:11 +0300
  • 2287fcce9f
    Merge pull request #170 from Leon422/nightly V. R. Miguel 2020-05-17 20:08:13 -0300
  • 17c6e56907 Added a "super responsive controls" cheat Daniel 2020-05-18 00:05:26 +0100
  • 181e18dfea Implemented LoadTile f3d command, I4/I8/RGBA32 texture formats. kurethedead 2020-05-17 15:48:06 -0700
  • 15dabb7c22
    Merge pull request #166 from Leon422/nightly V. R. Miguel 2020-05-17 19:32:44 -0300
  • 1a9c8dbe47
    Fixed tabs/spaces Leon422 2020-05-17 23:27:40 +0100
  • 24bb7b5e90
    Merge pull request #167 from sm64pc/master V. R. Miguel 2020-05-17 19:02:33 -0300
  • 28fc53c207 Enabled a Cheat menu Daniel 2020-05-17 22:56:06 +0100
  • 0504f884d7
    Merge pull request #163 from RulerOf/master fgsfds 2020-05-18 00:07:59 +0300
  • fcc4cbb51d
    Fix TARGET_WEB builds Andrew Bobulsky 2020-05-17 15:22:50 -0400
  • 166d1b3a73
    Merge pull request #160 from sm64pc/master fgsfds 2020-05-17 20:20:20 +0300
  • 094f3ebb33
    Merge branch 'nightly' into master fgsfds 2020-05-17 20:19:42 +0300
  • ece7649b4b use a wrapper for exiting instead of just calling exit() fgsfds 2020-05-17 19:46:30 +0300
  • 62cc4620ec no need for that, window resize events happen when fullscreen state changes fgsfds 2020-05-17 19:56:17 +0300
  • 58dbb04f97 update gfx_sdl2.c with the latest stuff from Emill/n64-fast3d-engine fgsfds 2020-05-17 19:42:46 +0300
  • 6b468f44f6 fix for issue #149 uncletrunks 2020-05-17 11:03:02 -0500
  • 71d7750d45
    Makefile updated to thanos TARGET_N64 Colton G. Rushton 2020-05-17 08:19:04 -0300
  • b52560869c
    The last of TARGET_N64 finally gets thanos'd Colton G. Rushton 2020-05-17 08:17:37 -0300
  • 072025d243 Fix cliopts on MinGW.org. yksoft1 2020-05-17 19:01:13 +0800
  • 753be9e1b7 Merge remote-tracking branch 'upstream/master' into mingw.org-compatible yksoft1 2020-05-17 18:33:17 +0800
  • c8a5d2ec68
    Fix unused code Colton G. Rushton 2020-05-17 05:49:34 -0300
  • bc5942d189
    A better fix to the cylboard problem V. R. Miguel 2020-05-17 03:34:05 -0300
  • d543bd0b3d Revert "Fixes billboarding-related problems" Vinícius R. Miguel 2020-05-17 02:15:11 -0300
  • 5558ecbd4e Fixes billboarding-related problems Vinícius R. Miguel 2020-05-17 02:15:11 -0300
  • 983ae2a49b
    Merge pull request #144 from sm64pc/master Vinícius R. Miguel 2020-05-16 23:12:13 -0300
  • ac97d96a37
    Merge pull request #142 from coltongit/patch-19 IvanDSM 2020-05-16 23:07:25 -0300
  • a40892a1bf
    Update readme for MXE compilation support Colton G. Rushton 2020-05-16 23:05:24 -0300
  • 60bca0e5db
    Merge pull request #140 from coltongit/patch-17 IvanDSM 2020-05-16 22:58:53 -0300
  • 5d800819df
    fix small bug with MXE compilation Colton G. Rushton 2020-05-16 22:54:03 -0300
  • bdc06d1709
    Merge pull request #139 from sm64pc/master Vinícius R. Miguel 2020-05-16 22:08:24 -0300
  • 5145f2a897 Fix --fullscreen/--windowed CLI option altering config file. Previously, when the --fullscreen or --windowed CLI options were set, configFullscreen was overwritten. This caused the config file to be changed according to the CLI options given when running the executable. A helper variable that copies configFullscreen stops the game from overwritting the config file. IvanDSM 2020-05-16 21:53:00 -0300
  • 2c8382e60e Add --help and --windowed CLI options. IvanDSM 2020-05-16 21:39:48 -0300
  • 43754e7ec0
    Merge pull request #137 from coltongit/patch-15 IvanDSM 2020-05-16 21:38:01 -0300
  • 410090a84c
    Fix a few minor bugs with MXE compilation Colton G. Rushton 2020-05-16 21:24:29 -0300
  • bd4187c92b
    Make MXE easier to compile in Colton G. Rushton 2020-05-16 21:04:55 -0300
  • ed58f0b0c7
    Merge pull request #133 from Hyenadae/osx_build_clean fgsfds 2020-05-17 01:29:52 +0300
  • 54f986a528
    Merge branch 'master' into osx_build_clean fgsfds 2020-05-17 01:27:51 +0300
  • 009aef1da5
    Merge pull request #132 from coltongit/patch-12 fgsfds 2020-05-17 01:24:14 +0300
  • 5c9e3c60a7
    strip out now-needless NOBZERO flag Colton G. Rushton 2020-05-16 19:20:45 -0300
  • 0402ad463b
    fixed MXE once and for all Colton G. Rushton 2020-05-16 19:18:50 -0300
  • 60f6743306
    Merge pull request #135 from sm64pc/master Vinícius R. Miguel 2020-05-16 18:39:37 -0300
  • 9fd43118cb
    Added nightly notice. Vinícius R. Miguel 2020-05-16 18:37:08 -0300
  • e67a5443b7 Fixed some stuff Vinícius R. Miguel 2020-05-16 18:14:43 -0300
  • 7bf7b34c57 Add a --configfile CLI option Vinícius R. Miguel 2020-05-16 18:07:14 -0300
  • 69ff11e459 Add support for saves of both endiannesses. Vinícius R. Miguel 2020-05-16 17:57:40 -0300
  • 385e396feb
    fix the MXE fix for os_libc.h Colton G. Rushton 2020-05-16 17:21:59 -0300
  • 8736776545
    Another fix to MXE Colton G. Rushton 2020-05-16 17:20:33 -0300
  • e42e1587b2
    MXE fix for os_libc.h Colton G. Rushton 2020-05-16 17:14:10 -0300
  • 3d7bdc300c
    Add NO_BZERO for MXE Colton G. Rushton 2020-05-16 17:12:56 -0300
  • 330f44285f
    Merge pull request #86 from Hyenadae/master fgsfds 2020-05-16 22:51:58 +0300
  • ff844643d2
    Merge branch 'master' into master fgsfds 2020-05-16 22:47:39 +0300
  • f6642e9a9d tabs begone fgsfds 2020-05-16 22:39:37 +0300
  • f5e73a099b
    Merge pull request #126 from HeavenVolkoff/gfx_use_second_light_color fgsfds 2020-05-16 22:38:36 +0300
  • 5dd43ad674 OSX_BUILD cleaned commit Hyenadae 2020-05-16 15:30:27 -0400
  • 9e8290773b Shutdown subsystems on exit Vinícius R. Miguel 2020-05-16 16:23:23 -0300
  • f4a3757145
    Further fixes to MXE compilation Colton G. Rushton 2020-05-16 16:16:44 -0300
  • 8722b09bb4
    Typo in "extract_assets.py" Vinícius R. Miguel 2020-05-16 15:45:40 -0300
  • 249a2d4763
    Typo in extract_assets.py Vinícius R. Miguel 2020-05-16 15:44:55 -0300
  • 4bbbc5b7e0
    Typo in extract_assets.py Vinícius R. Miguel 2020-05-16 15:42:59 -0300
  • 6c4bf44d93
    Merge pull request #123 from HeavenVolkoff/wf_no_drawing_distance wabberz 2020-05-16 20:34:50 +0200
  • a5d4b22606
    Update whomp.inc.c wabberz 2020-05-16 20:33:41 +0200
  • efadc481ec
    Merge pull request #130 from coltongit/patch-11 fgsfds 2020-05-16 21:05:55 +0300
  • 3c6bf53dea
    even further cleanup of the makefile Colton G. Rushton 2020-05-16 14:59:27 -0300
  • 50af1393c3
    Further clean up the makefile fixes Colton G. Rushton 2020-05-16 14:38:47 -0300
  • 0a6ea9e9d4
    Clean up the makefile fixes a bit Colton G. Rushton 2020-05-16 14:35:56 -0300
  • 93cfab086a bettercam: add adjustable camera deceleration fgsfds 2020-05-16 20:28:36 +0300
  • 1d557e4c4d only include camera options if BETTERCAM==1 fgsfds 2020-05-16 19:59:59 +0300
  • 0446b244eb separate EXT_OPTIONS_MENU into its own option fgsfds 2020-05-14 00:33:12 +0300
  • 31c91c6968
    Nah dude, that's possible under WINDOWS_BUILD=1 Colton G. Rushton 2020-05-16 13:46:18 -0300
  • 74058cf32f
    Simplify MXE fixes Colton G. Rushton 2020-05-16 13:01:23 -0300
  • 17695a7b4f
    fix objcopy on MXE builds Colton G. Rushton 2020-05-16 12:56:58 -0300
  • b4cb8a7f65
    remove needless ifeq Colton G. Rushton 2020-05-16 12:30:25 -0300
  • 0f688c80d0
    removing a pesky endif Colton G. Rushton 2020-05-16 12:26:06 -0300
  • 07aa2cd234
    Fix compilation for MXE on Linux and WSL Colton G. Rushton 2020-05-16 12:21:16 -0300
  • f5c476987c
    Merge pull request #1 from coltongit/patch-10 Vítor Augusto da Silva Vasconcellos 2020-05-16 12:08:27 -0300
  • b8897eb5b4
    Merge pull request #128 from coltongit/patch-9 IvanDSM 2020-05-16 11:37:31 -0300
  • 6736bd7e9c
    Fix SL walking penguin for nodrawdistance Colton G. Rushton 2020-05-16 10:23:32 -0300
  • fd9909269d
    Remove newline in nodrawdistance define Colton G. Rushton 2020-05-16 10:19:58 -0300
  • 9ae444d2b5 move filtering check to gfx_pc.c for those sweet realtime updates fgsfds 2020-05-16 16:13:54 +0300
  • a259cd15a1 add dumb master volume control fgsfds 2020-05-16 16:09:27 +0300
  • 92c75fb21b simplify options menu definitions fgsfds 2020-05-16 15:00:35 +0300