Commit graph

  • 8a860c57f3 Deleted Types.h Clownacy 2020-01-06 21:21:33 +00:00
  • 58d7a45392 Empty Tags.h Clownacy 2020-01-06 21:20:17 +00:00
  • 9498fe13be Made TextScr.cpp valid C89 Clownacy 2020-01-06 21:15:42 +00:00
  • 65682dd913 Made Dialog.cpp valid C89 Clownacy 2020-01-06 21:01:17 +00:00
  • fb8ba25d0f Made Stage.cpp valid C89 Clownacy 2020-01-06 20:57:11 +00:00
  • 664d76f94e
    Merge pull request #90 from GabrielRavier/bugFix/portableValgrindStuff Clownacy 2020-01-06 20:37:02 +00:00
  • 33c1ea8f20 Made ValueView.cpp valid C89 Clownacy 2020-01-06 20:05:49 +00:00
  • df9dc3e22d Merge branch 'accurate' into portable Clownacy 2020-01-06 19:39:36 +00:00
  • c838e8ebcb Add and apply the enum_ESCRETURN enum Clownacy 2020-01-06 19:16:57 +00:00
  • cffc3af45e Fix bad merge Clownacy 2020-01-06 18:49:15 +00:00
  • 59c4f0e183 Merge branch 'accurate' into portable Clownacy 2020-01-06 18:43:44 +00:00
  • b5ad6f5154 Made Star.cpp compile as C89 in VS2003 Clownacy 2020-01-06 18:39:23 +00:00
  • 1e902b009f Slight formatting tweak in Input.cpp Clownacy 2020-01-06 18:38:45 +00:00
  • c26954a559 Merge branch 'accurate' into portable Clownacy 2020-01-06 18:38:22 +00:00
  • 2911bfda5c Removed memory leak in Backend_LoadGlyph Gabriel Ravier 2020-01-06 12:02:32 +01:00
  • 752b4cee3f Correct bug in which Backend_LockSurface would not initialize surface->pixels, leaving a bug in which Backend_UnlockSurface used uninitialized values in certain scenarios (such as in ScaleAndUploadSurface) Gabriel Ravier 2020-01-06 10:53:43 +01:00
  • befb5f7fb5 ScaleAndUploadSurface now doesn't take ownership of the surface it is passed and frees it. This is to correct multiple occurences of use-after-free occuring from use of the passed surface after a call to ScaleAndUploadSurface using it Gabriel Ravier 2020-01-06 10:43:28 +01:00
  • f36fc61de3 Made Input.cpp more ASM-accurate Clownacy 2020-01-06 15:52:07 +00:00
  • 5d12071f17 Make DoConfig check Config.dat's magic number Clownacy 2020-01-06 16:38:47 +00:00
  • df534bb612 Fix SDLTexture backend's linked-list Clownacy 2020-01-06 14:48:08 +00:00
  • 38484613d5 Better GUID-printing bugfix Clownacy 2020-01-05 04:44:32 +00:00
  • 354f23cf3f Improved accuracy of Input.cpp Clownacy 2020-01-05 03:48:02 +00:00
  • 1cc3d7fe30
    Merge pull request #86 from GabrielRavier/bugFix/portableTravisCI Clownacy 2020-01-05 00:19:56 +00:00
  • 1193ec8415 Update XCode to the most recent version Gabriel Ravier 2020-01-05 00:57:23 +01:00
  • d4f13cea8a Merge branch 'accurate' into portable Clownacy 2020-01-04 21:53:06 +00:00
  • 9bfaeb5390 Apply some more missing constants Clownacy 2020-01-04 21:48:52 +00:00
  • bbf77f9cfd Capitalise a macro Clownacy 2020-01-04 20:57:36 +00:00
  • cd589b7c1d Specify the OpenGL3 backend in the readme Clownacy 2020-01-04 20:50:38 +00:00
  • 2e8d3441ed Turns out I'm the stupid one Clownacy 2020-01-04 19:49:43 +00:00
  • 0ed19894ba Merge branch 'accurate' into portable Clownacy 2020-01-04 19:46:52 +00:00
  • 5b4d343df4 Apply missing constants Clownacy 2020-01-04 19:45:39 +00:00
  • 0218402222 Fully-initialise the JOYSTICK_STATUS struct Clownacy 2020-01-04 19:41:04 +00:00
  • b00e65b90b Merge branch 'accurate' into portable Clownacy 2020-01-04 01:09:49 +00:00
  • deadc396bc Don't deinit SDL before calling an SDL function Clownacy 2020-01-04 01:08:43 +00:00
  • b35fa162e0 Remove a pair of variable declarations Clownacy 2020-01-04 01:01:11 +00:00
  • 6052a09074 Apply missing KEY_ESCAPE constant Clownacy 2020-01-04 00:52:57 +00:00
  • b81023f63c Fix a bug in River.tsc that affects portability Clownacy 2019-12-21 14:53:01 +00:00
  • a0d11aee3c Makefile warning cleanup Clownacy 2019-12-05 16:05:56 +00:00
  • cb494f8f35 Merge branch 'accurate' into portable Clownacy 2019-12-05 15:54:55 +00:00
  • 5cb06c9b76 Use $(info instead of echo Clownacy 2019-12-05 15:53:49 +00:00
  • fc68b772a8 Merge branch 'accurate' into portable Clownacy 2019-12-05 15:50:56 +00:00
  • 5985fceaee Indent non-recipe Makefile lines with spaces Clownacy 2019-12-05 15:46:38 +00:00
  • fdae7f89a5 Use $(shell instead of backquotes in the Makefile Clownacy 2019-12-05 15:40:42 +00:00
  • b936e1dc00 Un-hardcode the DoConfig Makefile target Clownacy 2019-12-05 15:27:22 +00:00
  • 6a8017dd38 Merge branch 'accurate' into portable Clownacy 2019-12-05 15:06:06 +00:00
  • 20ed61a1f4 Define NDEBUG in RELEASE builds Clownacy 2019-12-05 15:04:53 +00:00
  • 5d562806b1 Merge branch 'accurate' into portable Clownacy 2019-12-05 13:09:52 +00:00
  • b8c70473dc Make Makefile CXXFLAGS overriding safe Clownacy 2019-12-05 12:51:57 +00:00
  • 80e502b582 Merge branch 'accurate' into portable Clownacy 2019-12-03 19:29:04 +00:00
  • 0af9bcc89b Fix ASM-inaccuracy Clownacy 2019-12-03 19:27:26 +00:00
  • 16b9f1f0a4 Clean-up PixTone.cpp some more Clownacy 2019-11-21 19:50:20 +00:00
  • db3fb6c37b Merge branch 'accurate' into portable Clownacy 2019-11-17 19:07:37 +00:00
  • 0ec5d85d56 Merge branch 'accurate' into portable Clownacy 2019-11-17 18:30:44 +00:00
  • 4154b8c1bd Minor cleanup to IsEnableBitmap Clownacy 2019-11-17 18:25:00 +00:00
  • 7e2e2c1406 Add warnings to Makefile, and fix WINDRES Clownacy 2019-11-17 18:04:20 +00:00
  • 67c4156764 Shut up another Clang warning Clownacy 2019-11-17 17:59:33 +00:00
  • 87f74bcb6b Clean-up ActNpc169 Clownacy 2019-11-17 17:53:58 +00:00
  • dabf04f8ab Remove leftover macro Clownacy 2019-11-17 17:53:50 +00:00
  • 64412196f1 Shut up some clang warnings Clownacy 2019-11-17 17:14:08 +00:00
  • 1a0cb626f8 Clean-up ArmsItem.cpp Clownacy 2019-11-17 16:51:44 +00:00
  • 5914ce01ef Clean-up Back.cpp Clownacy 2019-11-17 16:31:34 +00:00
  • 4e82665819 Clean-up Boss.cpp Clownacy 2019-11-17 16:18:06 +00:00
  • d7033994ac Clean-up BossAlmo1.cpp Clownacy 2019-11-17 16:05:42 +00:00
  • bcbab0745c Clean-up BossAlmo2.cpp Clownacy 2019-11-17 15:10:33 +00:00
  • 519acb5db1 Clean-up BossBallos.cpp Clownacy 2019-11-17 14:50:03 +00:00
  • e04f4184f4 Clean-up BossFrog.cpp Clownacy 2019-11-17 14:29:25 +00:00
  • d6d063ab9a Clean-up BossIronH.cpp Clownacy 2019-11-16 01:48:23 +00:00
  • 55447a6c49 Clean-up BossLife.cpp Clownacy 2019-11-16 01:48:13 +00:00
  • 379365fd86 Clean-up BossOhm.cpp Clownacy 2019-11-16 01:37:05 +00:00
  • 04c2f4c055 Clean-up BossPress.cpp Clownacy 2019-11-16 01:22:50 +00:00
  • ab4763d2a3 Clean-up BossTwinD.cpp Clownacy 2019-11-16 01:13:10 +00:00
  • 4f60a939af Clean-up BossX.cpp Clownacy 2019-11-16 00:59:47 +00:00
  • 93e5812e6c Clean-up BulHit.cpp Clownacy 2019-11-16 00:33:25 +00:00
  • 16c03115c9 Clean-up Bullet.cpp Clownacy 2019-11-15 21:55:48 +00:00
  • 9c32a5dd05 Clean-up Caret.cpp Clownacy 2019-11-15 21:14:08 +00:00
  • ed242f8d90 Clean-up Config.cpp Clownacy 2019-11-15 21:03:20 +00:00
  • 989013168c Clean-up Draw.cpp Clownacy 2019-11-15 21:00:29 +00:00
  • a3fd87e581 Clean-up Ending.cpp Clownacy 2019-11-15 20:53:31 +00:00
  • b4e651398a Clean-up Escape.cpp Clownacy 2019-11-15 20:34:29 +00:00
  • 80e217edf3 Clean-up Fade.cpp Clownacy 2019-11-15 20:24:53 +00:00
  • b3843d596c Clean-up Flags.cpp Clownacy 2019-11-15 20:15:47 +00:00
  • 3bc95d875d Clean-up Flash.cpp Clownacy 2019-11-15 20:14:53 +00:00
  • 826abb343f Clean-up Frame.cpp Clownacy 2019-11-15 20:12:41 +00:00
  • 5e49d734c9 Clean-up Game.cpp Clownacy 2019-11-15 20:00:43 +00:00
  • 262fcfbaa3 Clean-up Generic.cpp Clownacy 2019-11-15 19:44:44 +00:00
  • f39e80efc3 Clean-up GenericLoad.cpp Clownacy 2019-11-15 18:50:45 +00:00
  • c5a8fec289 Clean-up Input.cpp Clownacy 2019-11-15 18:44:59 +00:00
  • 57391868f9 Clean-up KeyControl.cpp Clownacy 2019-11-15 18:32:52 +00:00
  • 6c2ca988a8 Clean-up Main.cpp Clownacy 2019-11-15 18:31:48 +00:00
  • 9513a04f45 Clean-up Map.cpp Clownacy 2019-11-15 14:24:21 +00:00
  • 0c245b995f Clean-up MapName.cpp Clownacy 2019-11-15 12:56:47 +00:00
  • 02f6972ef8 Clean-up MiniMap.cpp Clownacy 2019-11-15 12:44:02 +00:00
  • 30ad5189f6 Clean-up MyChar.cpp Clownacy 2019-11-15 12:32:35 +00:00
  • 7df1eb9c58 Clean-up MycHit.cpp Clownacy 2019-11-14 23:58:33 +00:00
  • dcc0f14266 Clean-up MycParam.cpp Clownacy 2019-11-14 23:02:10 +00:00
  • de50e49f1c Clean-up NpcAct000.cpp Clownacy 2019-11-14 22:42:36 +00:00
  • 97107fee22 Clean-up NpcAct020.cpp Clownacy 2019-11-14 22:22:21 +00:00
  • e99bc72209 Clean-up NpcAct040.cpp Clownacy 2019-11-14 22:04:48 +00:00
  • c283d8c242 Clean-up NpcAct060.cpp Clownacy 2019-11-14 22:04:38 +00:00
  • 7b0b69483d Clean-up NpcAct080.cpp Clownacy 2019-11-14 19:58:15 +00:00