Commit Graph

  • ba63444ef5 various changes and additions... whoops main tonydero 2024-11-05 09:29:20 -0700
  • bd6b21a2ec add active ability use, still needs balancing. simplified health and resource updates. tonydero 2024-10-30 15:47:53 -0600
  • b986b4cb7a some variable renaming and messing with exp... still eluding me tonydero 2024-10-30 14:05:30 -0600
  • f8e46af129 add debug auto play to automatically press play and continue farming for testing purposes tonydero 2024-10-30 06:35:55 -0600
  • 6013c08892 race condition using global fade_node, removing and replacing with simple hide/show for now, will revisit tonydero 2024-10-29 11:39:24 -0600
  • 249c58af46 initial game save implementation using ConfigFile, plus some experimentation with ResourceSaver though nonfunctional tonydero 2024-10-29 10:30:19 -0600
  • db865e2ab9 add simple main menu and persistence of zone time tonydero 2024-10-28 11:34:48 -0600
  • d1f24f3dd1 leveling stuff/experimentation tonydero 2024-10-27 17:20:33 -0600
  • 507b96868e various minor changes tonydero 2024-10-25 22:22:13 -0600
  • a405611b79 initial player resource functions added, passive regeneration added tonydero 2024-10-25 16:12:30 -0600
  • ec6b012341 more experience experimentation, new elapsed time calculating and formatting funcitons, attempt to fix node leak failed tonydero 2024-10-25 14:46:19 -0600
  • 0cccf62b6c add initial leveling sim script to new analytics directory, add resource display, add zone and area timers tonydero 2024-10-24 16:15:49 -0600
  • e8ecfbcd01 tweak experience calc to swap diff and cube tonydero 2024-10-24 14:26:31 -0600
  • cb8fc5a5b7 hack fix queue_free issue tonydero 2024-10-24 14:20:00 -0600
  • 1e6058c2cd comment out last two references to old PlayerState.current_health tonydero 2024-10-24 08:47:58 -0600
  • 4cbf424c69 refactor player health changes and initialization, rename PlayerState variables tonydero 2024-10-24 08:46:36 -0600
  • e752b512ec initial steps to adding ability resources tonydero 2024-10-23 20:58:44 -0600
  • 79b699887e convert to general Globals.fade_node use tonydero 2024-10-22 18:55:47 -0600
  • 7ca192026d add fade_node and input to Globals tonydero 2024-10-22 14:11:05 -0600
  • a826f6a510 manual, non-processed fade implemented for continue button tonydero 2024-10-22 12:11:56 -0600
  • 8ca9247a8e add right ui panel with basic system clock at top for now tonydero 2024-10-21 17:14:04 -0600
  • aaf29c1b57 hack to get rid of unused signal warnings tonydero 2024-10-21 17:02:53 -0600
  • 2cb2d3314c minor rename tonydero 2024-10-21 16:59:53 -0600
  • 3b408829d1 fix loss of precision warnings tonydero 2024-10-21 16:57:48 -0600
  • a6f704039b test implementation of bad luck protection using rand_weighted, change time to float (will use unix timestamp) tonydero 2024-10-21 16:31:33 -0600
  • 70a879529a fix debug_print, other odds and ends tonydero 2024-10-21 13:09:51 -0600
  • f3189d2dd9 full basic area and quest instantiation complete, continuous play enabled tonydero 2024-10-21 11:22:38 -0600
  • b6b609aa20 initial worldArea instantiation conversion complete tonydero 2024-10-21 09:51:28 -0600
  • c3f02e855d rename main scene to combatUI and refactor debug tonydero 2024-10-21 06:44:52 -0600
  • ccdee2e057 many renames, basic exp earning tonydero 2024-10-20 16:44:08 -0600
  • 3ddee847e2 initial enemy damage implementation tonydero 2024-10-18 16:17:39 -0600
  • df0a0cffaa fix quest completion logic tonydero 2024-10-18 14:30:41 -0600
  • 8294ff0655 switch to quest instantiation tonydero 2024-10-18 14:05:31 -0600
  • 06d03773b5 fix target check, rename some variables tonydero 2024-10-18 13:24:11 -0600
  • 9ab9d2da7d initial world zone/area work, need to think on it. implemented basic area attack and range check. tonydero 2024-10-18 11:25:29 -0600
  • dac8e73f01 added a few more singletons and started reorganization/refactoring tonydero 2024-10-18 09:39:14 -0600
  • 4d67f43f3b add quest completion text animation tonydero 2024-10-18 09:11:15 -0600
  • d5db6e873b added signal bus, quests basically working tonydero 2024-10-17 16:50:40 -0600
  • a0f826525c fix enum name formatting, add initial quest basics tonydero 2024-10-17 14:11:10 -0600
  • a5b8336633 create base ability class, move attack type enums and base stats to this new class tonydero 2024-10-16 15:59:37 -0600
  • e0f78f3915 rearrange some vars and add a couple comments tonydero 2024-10-16 15:16:54 -0600
  • a0cef620e0 add enums for attack types, add angle calc tonydero 2024-10-16 15:04:44 -0600
  • 1496610364 implement basic full abilitybar tonydero 2024-10-15 16:35:03 -0600
  • 7844cad018 reword FIXME tonydero 2024-10-15 15:06:41 -0600
  • 347abe64bf transition to physics-based movement to enable collisions, customize health bar appearance tonydero 2024-10-15 15:04:40 -0600
  • 9de2a0e75a refactor class names tonydero 2024-10-15 08:37:50 -0600
  • fab3fe56c1 updated npc instances to new Enemy class, added initial damage and death signal emission tonydero 2024-10-15 08:14:02 -0600
  • 7d79eab28a rename class files to capitalized, fix refs tonydero 2024-10-14 14:47:22 -0600
  • 608d62c605 rename class files to capitalized tonydero 2024-10-14 14:43:23 -0600
  • 1bd520721b create duplicate of NPC class as Enemy class to be edited later tonydero 2024-10-13 20:43:25 -0600
  • 44d18e0168 add placeholder classes for Zone, Area, Ability, and AbilityA1 tonydero 2024-10-13 20:42:32 -0600
  • eea96ea633 codium todo test, fix new call after having removed constructor tonydero 2024-10-11 19:26:49 -0600
  • 5e51ee43b2 trying to figure out the targeting algorithm tonydero 2024-10-09 20:55:46 -0600
  • 8d5495bcaf new, more active spawning created tonydero 2024-10-08 20:51:11 -0600
  • 786f61e644 add basic bottom menu tonydero 2024-10-06 19:14:25 -0600
  • eaf97cb4d3 new start with sprites and instantiation pt 2 tonydero 2024-10-03 06:45:33 -0600
  • 2fc30ef3f6 new start with sprites and instantiation tonydero 2024-10-03 06:45:13 -0600
  • da2b76eaff implement styling node. modified test scene toward the beginning of a full test scene design tonydero 2024-10-01 14:13:54 -0600
  • bd32153557 repo fix first commit tonydero 2024-09-19 19:03:06 -0600
  • 4ea459b6e7 Delete .gitignore tony 2024-09-19 18:57:04 -0600
  • 9aefbb1ece Initial commit tony 2024-09-19 18:50:21 -0600