Commit Graph

  • 3e43c30bcb Adds funny casting to avoid pedantic ISO C warning Linus Probert 2019-03-10 07:30:12 +0100
  • fd3a625249 Adds monster bloodlust Linus Probert 2019-03-10 00:15:47 +0100
  • d749861477 Make jumbled rooms more likely Linus Probert 2019-03-09 08:55:59 +0100
  • 7ab5ece83b Nicer wall decorations on interior walls Linus Probert 2019-03-08 16:58:25 +0100
  • 8c9622d6bd Shopkeeper now has bodyguards next time you meet after kiling him Linus Probert 2019-03-08 14:39:23 +0100
  • af0c61684d Adds juice Linus Probert 2019-03-08 13:02:56 +0100
  • 46fbdc1b3c Fixed jumble layout logic Linus Probert 2019-03-08 12:39:21 +0100
  • b40c54a88d Layouts can now be jumbled with each other Linus Probert 2019-03-08 12:00:08 +0100
  • 8f20f36db7 Lighting on wall layouts and aggro shopkeepers Linus Probert 2019-03-08 10:16:15 +0100
  • 3ba33d8852 Adds light tiles to layout files and a shopkeeper Linus Probert 2019-03-07 20:06:04 +0100
  • 447c1a773c Monster shopkeeper logic Linus Probert 2019-03-07 15:31:09 +0100
  • 7e1dffb45e Shops implemented Linus Probert 2019-03-07 11:09:14 +0100
  • 6009aa17f1 Merge branch 'dev' into shops Linus Probert 2019-03-06 22:30:17 +0100
  • 9b4a7b6cfc Removes crazy old bug that never presented itself before Linus Probert 2019-03-06 22:28:13 +0100
  • 63812fbe05 More wall layouts and cordinated walls Linus Probert 2019-03-06 18:21:27 +0100
  • c6a022e2db Moved text sprite logic to sprite_util Linus Probert 2019-03-04 20:32:09 +0100
  • 06ca6c3e1e Not finnished yet, commit Linus Probert 2019-03-04 18:06:46 +0100
  • bab5fd7980 Merge branch 'dev' into shops Linus Probert 2019-03-04 16:06:58 +0100
  • 68f44090ed Add amt sprite to all items where value != 0 Linus Probert 2019-03-04 16:06:13 +0100
  • 959fae1730 Add value sprite to items. Linus Probert 2019-03-04 15:00:35 +0100
  • ca41520c06 Wall layouts added to regular build Linus Probert 2019-03-04 13:13:58 +0100
  • 88f4703d00 Some more fence layouts Linus Probert 2019-03-04 13:05:23 +0100
  • 486c1bb641 Merge branch 'dev' into shops Linus Probert 2019-03-04 12:52:20 +0100
  • 206f95f3b6 Fences and walls in layout files Linus Probert 2019-03-04 10:09:55 +0100
  • 1c4e600dd4 Wall layout data Linus Probert 2019-03-04 07:35:26 +0100
  • 57a16888b8 Merge branch 'dev' into shops Linus Probert 2019-03-01 12:44:49 +0100
  • 13ca11c70e Begins refactoring of layout parser to accomodate more layout details Linus Probert 2019-03-01 12:44:12 +0100
  • 33efba87b5 Merge branch 'dev' into shops Linus Probert 2019-03-01 08:58:33 +0100
  • 5d61a91139 Split pit layout logic into separate file Linus Probert 2019-03-01 08:57:15 +0100
  • 6542e4f1d0 Moves item update to its own function Linus Probert 2019-02-28 21:53:30 +0100
  • 7b47c6a6bf Completes buyable items Linus Probert 2019-02-28 20:37:19 +0100
  • 16d9035941 Merge branch 'dev' into shops Linus Probert 2019-02-28 19:41:30 +0100
  • 4054c37caa Ignore vscode_build dir Linus Probert 2019-02-28 19:41:07 +0100
  • ad227f1bed A start to "priced" items Linus Probert 2019-02-28 13:49:15 +0100
  • 37ba189e54 Suppress cppcheck issues Linus Probert 2019-02-28 13:31:56 +0100
  • 645a02c99e Ignore .vscode folder Linus Probert 2019-02-27 10:40:43 +0100
  • 35b5d7a8c1 Patch version raised to 4 v2.1.4 Linus Probert 2019-02-26 17:52:24 +0100
  • c3464eb37d Fixes a typo Linus Probert 2019-02-26 17:51:46 +0100
  • fe18240060 Patch version raised to 3 v2.1.3 Linus Probert 2019-02-26 17:30:15 +0100
  • e4555237ed
    Update README.md Linus Probert 2019-02-26 12:02:32 +0100
  • 791dd7ecfd Removes cppcheck warning Linus Probert 2019-02-26 12:02:04 +0100
  • b08ef10e82 Code maintenance and cleanup Linus Probert 2019-02-26 11:59:07 +0100
  • fffcac12c0 Makes sure til effects and items apply after backstab Linus Probert 2019-02-24 23:33:08 +0100
  • 1b440c248d Patch version raised to 2 v2.1.2 Linus Probert 2019-02-24 23:02:08 +0100
  • a03aec7c46 Handles the second mingw special case which I kept forgetting. Linus Probert 2019-02-24 22:48:03 +0100
  • 0de018f3be Fix mingw preprocessor define from cmake Linus Probert 2019-02-24 22:42:51 +0100
  • 3eeb4d05a9 Include mingw32 64bit in the exclusion Linus Probert 2019-02-24 22:37:45 +0100
  • 5f369da4e1 Fixed preprocessor command for mingw Linus Probert 2019-02-24 22:34:20 +0100
  • c98e6e6d05 Fix wonky mingw errors in appveyor Linus Probert 2019-02-24 22:31:32 +0100
  • 499f015db9 Only use gmtime_s for MSVC Linus Probert 2019-02-24 20:05:23 +0100
  • 9b9a0ca2a0 Fixed bad include Linus Probert 2019-02-24 20:01:06 +0100
  • 926054b116 Ensure that we have seed when making a map Linus Probert 2019-02-24 19:57:33 +0100
  • 49b7ebb923 Include patch notes for v2.2.1 Linus Probert 2019-02-24 19:48:40 +0100
  • ee4dd273b9 Patch version raised to 1 v2.1.1 Linus Probert 2019-02-24 19:46:18 +0100
  • 5ee20c9c20 Shifted to safer time functions and utc time Linus Probert 2019-02-24 19:42:35 +0100
  • 563ebf9204 Adds another build fix Linus Probert 2019-02-22 00:38:39 +0100
  • 3533d5ca58 Fixes build again Linus Probert 2019-02-22 00:36:10 +0100
  • 97b097af41 Fixes builds Linus Probert 2019-02-22 00:34:56 +0100
  • 685bf97467 Makes the custom random generator deterministic across platforms Linus Probert 2019-02-22 00:27:19 +0100
  • cc375bba4e Implements control over lua random numbers Linus Probert 2019-02-22 00:09:31 +0100
  • 1205856d00 Attempt att syncing random generation Linus Probert 2019-02-21 20:57:38 +0100
  • d1efa8450d Create new leaderboards with attribute 'Descending' Linus Probert 2019-02-20 20:18:52 +0100
  • 2775780d5b Makes weekly leaderboards creatable from app. Linus Probert 2019-02-20 20:03:06 +0100
  • 269b25ba86 Removes a mingw warning Linus Probert 2019-02-20 19:48:24 +0100
  • 72c3817927 Adds weekly challenge seed play and leaderboard saving Linus Probert 2019-02-20 19:45:55 +0100
  • 1212b1a88a Weekly challenge option added to play menu Linus Probert 2019-02-20 18:08:13 +0100
  • ce2a3482d1 Generate seeds from the core seed so that levels will look different. Linus Probert 2019-01-10 19:26:19 +0100
  • bc9d37eb91 Connects the random seed through all the generators Linus Probert 2018-12-17 13:10:11 +0100
  • 3c7dcb5ea1 Begins new random impl Linus Probert 2018-12-14 08:21:16 +0100
  • 57b57c5051 Patch version raised to 4 v2.0.4 Linus Probert 2018-12-04 14:31:33 +0100
  • 4d01251d1f Merge branch 'master' into dev Linus Probert 2018-12-04 14:30:20 +0100
  • 9299087b44 Updates PhysicsFS to latest stable-3.0 Linus Probert 2018-12-04 14:07:05 +0100
  • cb2510cf77 Rename physfs folder Linus Probert 2018-12-04 13:59:34 +0100
  • 469134a5be Patch version raised to 3 v2.0.3 Linus Probert 2018-11-01 14:51:02 +0100
  • 8ab527ca6a Makes monsters fall when the tile they are on falls Linus Probert 2018-11-01 14:49:27 +0100
  • 8e39ff8346 Fix releasenotes for v2.0.2 Linus Probert 2018-10-27 14:02:26 +0200
  • cb6bd03b5e Patch version raised to 2 v2.0.2 Linus Probert 2018-10-27 13:56:34 +0200
  • b0f2936d44 Removes beta release type Linus Probert 2018-10-27 13:56:17 +0200
  • 76c2f90ce9 Fixes a compiler warning and arcade mode coverage Linus Probert 2018-10-27 13:53:29 +0200
  • 823384161f Adds burst sound to eldritch blast Linus Probert 2018-10-27 13:47:44 +0200
  • c2eae7a9fe Adds arcade game leaderboard Linus Probert 2018-10-27 13:28:48 +0200
  • f53703dd88 Introduces arcade mode Linus Probert 2018-10-26 18:37:50 +0200
  • 0f66b0f3d0 Adds the game type select menu Linus Probert 2018-10-26 18:07:10 +0200
  • 7005239830 Fixed commit msg in version script Linus Probert 2018-10-26 17:11:11 +0200
  • 7991e7c1ce Fixes COMPLETED state for quick games Linus Probert 2018-10-26 17:09:46 +0200
  • aea9995c68 Reduved stun from trip skill Linus Probert 2018-10-25 15:33:19 +0200
  • a38a21a344 Incorporates quickplay leaderboard Linus Probert 2018-10-24 22:50:00 +0200
  • deb4638847 Fixes a bad help text Linus Probert 2018-10-24 22:24:53 +0200
  • 120f8d7ff6 Some tweaks to the rogue character Linus Probert 2018-10-24 22:18:56 +0200
  • 5985c3e7f6 Fixed a bad pointer reset Linus Probert 2018-10-24 16:12:51 +0200
  • 9968b377a5 Fixes another memory leak Linus Probert 2018-10-24 08:30:53 +0200
  • 7e71fcc773 Build updates Linus Probert 2018-10-23 11:01:35 +0200
  • dd77f29e98 Fixes a typo Linus Probert 2018-10-22 18:12:59 +0200
  • 51d7b679ef Completed the QUICK_GAME mode Linus Probert 2018-10-22 13:56:59 +0200
  • 97c95dacd4 Adds lua support for quick mode Linus Probert 2018-10-22 09:38:05 +0200
  • f895fdb35e Add a title to char select menu. Linus Probert 2018-10-22 09:15:41 +0200
  • 1a0d806459 Introduces menu option descriptions Linus Probert 2018-10-22 09:04:16 +0200
  • f5a1c2f48a Removes a memory leak Linus Probert 2018-10-21 07:36:47 +0200
  • d2fe3fce4c Fixes a codacy warning Linus Probert 2018-10-19 08:35:35 +0200
  • bcdc9c1aa7
    Update README.md Linus Probert 2018-10-18 23:56:52 +0200