Commit Graph

  • 4f348a5709 update memory values in StaticData.cs for partial 1.85 support rabi_display wcko87 2017-11-08 19:25:23 +0800
  • 2e048611ef Add dialog box to set deaths/resets wcko87 2017-06-26 08:27:09 +0800
  • 391d9e5591 Add Text File Export -> New Text File Export wcko87 2017-05-12 22:40:49 +0800
  • baabe93c5c Put the more user-friendly menu as the first tab. Also remove livesplit connect button because it's misleading. wcko87 2017-05-12 22:40:21 +0800
  • 705d7e9049 oops. all 3 preset formats say 'Hammer:'. That's not right. Fixed wcko87 2017-05-12 22:07:00 +0800
  • e4e448f867 add variables: no. of health/mana/regen/pack/attack ups wcko87 2017-05-12 21:51:30 +0800
  • 552d836623 Fix NullReferenceException. Damn how did I miss that before wcko87 2017-05-12 21:17:50 +0800
  • 07c2c233f8 Merge branch 'variableexport' into rabi_display wcko87 2017-05-12 20:51:52 +0800
  • d0e9323278 semi-fix weird resizing of variable boxes wcko87 2017-05-12 20:49:10 +0800
  • 6b424c89af Add a bunch of presets and more variables to play with wcko87 2017-05-12 20:42:30 +0800
  • a830aae9ae Rename nDeaths -> deaths and nRestarts -> restarts wcko87 2017-05-12 19:53:19 +0800
  • 382bf61271 Implement the file export. Now the Variable Export fully works. wcko87 2017-05-12 19:52:45 +0800
  • bf552d9a28 Throw out old Variable Export UI and mostly rewrite it wcko87 2017-05-12 19:26:08 +0800
  • e63798bd3c Configure a few variable exports. wcko87 2017-05-10 16:06:14 +0800
  • e99f23ee0d Implement variable tracking infrastructure wcko87 2017-05-10 13:42:51 +0800
  • 14422eec46 Add format preview wcko87 2017-05-10 10:47:29 +0800
  • 13fac33d6d Fix width issue wcko87 2017-05-09 23:49:37 +0800
  • 292f0785c6 Can add / remove variable exports in list wcko87 2017-05-09 22:55:11 +0800
  • 7335f9bdb8 WIP - Variable Export wcko87 2017-05-09 19:38:45 +0800
  • d2c4234943 Simplify Equals() logic in BossFightEnum wcko87 2017-05-09 09:26:39 +0800
  • ecc8afbab6 Some groundwork for variable export wcko87 2017-05-09 08:38:56 +0800
  • ce1b59d51f Remove text wrap wcko87 2017-05-08 21:59:39 +0800
  • d8f44fb9b2 Display current boss fight wcko87 2017-05-08 21:59:24 +0800
  • 2fe76eb65c Add comment to this strange function Tile(x, y) wcko87 2017-05-08 18:33:33 +0800
  • c1c462725f How to be even more lazy: define a function Tile(x, y) so that you can write mapTile: Tile(133, 12) instead of mapTile: new MapTileCoordinate(133, 12)! wcko87 2017-05-08 18:31:05 +0800
  • 81430f90f0 Integrate map tile coordinates into boss detection wcko87 2017-05-08 18:24:16 +0800
  • 6f0576376b temporarily disable text file export to desth_restarts.txt wcko87 2017-05-08 16:28:49 +0800
  • e9d51f06e6 Add code to track the current map tile the player is in wcko87 2017-05-08 15:18:36 +0800
  • a2757aca15 Fix: Kotri3's music is BRAWL_BREAKS_VER_2 wcko87 2017-05-08 09:00:14 +0800
  • a8f7400e20 Change large text box to Text20 wcko87 2017-05-08 08:59:39 +0800
  • 9cc32bcfc5 Improve performance by about 5x by not creating a new process handle for every memory read. wcko87 2017-05-08 06:41:14 +0800
  • ae893f02e4 Add a tracker for how frequently memory is read (reads per second) wcko87 2017-05-08 05:57:23 +0800
  • 3d374da5e3 Add more display boxes to main window wcko87 2017-05-08 05:52:50 +0800
  • 4e0c6ab197 Proper boss fight detection wcko87 2017-05-07 20:37:07 +0800
  • 66afa7e2cb Upgrade reload detection wcko87 2017-05-07 20:34:18 +0800
  • 627854995b Simple boss fight detection wcko87 2017-05-06 15:57:54 +0800
  • f448b6a460 Temp feature: Write deaths/restarts to text file wcko87 2017-05-05 11:18:53 +0800
  • 4928a82fb0 Fix IGT start detection for when game already started wcko87 2017-05-05 11:14:07 +0800
  • 812b6e2ab1 remove unused variable datastrings wcko87 2017-05-04 22:44:53 +0800
  • fd6a33d46c Track changes in valid music id because sometimes current musicid briefly changes to -1 wcko87 2017-05-04 22:42:52 +0800
  • 51fd7d3cd7 Create RabiRibiState for other state outside of the InGameState wcko87 2017-05-04 22:10:39 +0800
  • d6f701b12e Rename RabiGameState to InGameState wcko87 2017-05-04 22:08:21 +0800
  • cd0b45de22 Detect minimap change. Debug log on minimap change and music change. wcko87 2017-05-04 21:38:49 +0800
  • 8318dd19e1 fix IGT start detection wcko87 2017-05-04 18:24:07 +0800
  • aa49ed145f view playtime wcko87 2017-05-04 18:23:30 +0800
  • a39aa6ba95 Display memory read count in frame counter wcko87 2017-05-04 17:51:46 +0800
  • 8e196a65fc Refactor: split reading memory and updating rabiribidisplay wcko87 2017-05-04 17:07:18 +0800
  • 795dee32f6 Change title and icon wcko87 2017-04-26 01:36:09 +0800
  • c9300ddce2 Update README.md wcko87 2017-04-26 01:17:55 +0800
  • 30f4d28944 Update README.md wcko87 2017-04-26 01:15:38 +0800
  • 957f930691 readme wcko87 2017-04-26 01:10:40 +0800
  • 53e3e1a0c4 Fix index out of bounds exception with IsBossMusic when negative ids are used wcko87 2017-04-26 00:56:22 +0800
  • 9459f045d5 delete readme wcko87 2017-04-19 12:12:53 +0800
  • 0e7e1ebe0c AnimationFrame is useless. It can't be used to detect resets as sometimes it resets when warping wcko87 2017-04-17 15:41:28 +0800
  • 1f4fd18662 Implement a lot of other functionality. Still very experimental at this stage wcko87 2017-04-17 15:39:50 +0800
  • d4fa840616 Refactor memory reading, now reads by snapshots. Implement death/reset counter wcko87 2017-04-16 23:21:54 +0800
  • 62a3b6a64d Refactor wcko87 2017-04-16 14:29:47 +0800
  • 66aecce5ef rename solution wcko87 2017-04-15 22:05:50 +0800
  • d9b843d3db Delete windows forms splitter wcko87 2017-04-15 21:57:37 +0800
  • b3c9add134 1.75 only wcko87 2017-04-15 03:36:57 +0800
  • e2a21acd3a Add experimental tag to DontSplitOnReload checkbox wcko87 2017-04-15 03:35:50 +0800
  • 149ea61008 Simplify blackness code wcko87 2017-04-15 02:50:31 +0800
  • bf444802a4 Add feature: automatically start timer when starting game. Experimental. 1.75 only for same reason as before. Meh. lazyness wcko87 2017-04-15 02:01:23 +0800
  • b1405598bb Add option to don't split on reload during boss fights. Experimental. (1.75 only. I don't have the addresses for older versions) wcko87 2017-04-15 01:59:55 +0800
  • fc01b9cb29
    fix when return title screen in a boss battle, may cause some unexpected split in next run Copy Liu 2017-04-03 19:06:26 +0800
  • 443b002812
    v0.3.1 fix #7 Copy Liu 2017-04-02 21:48:39 +0800
  • 52458e06df
    v0.3 , fix #1 #3 Copy Liu 2017-02-26 00:43:11 +0800
  • 8be92a35be
    WPF version Copy Liu 2017-02-25 23:14:36 +0800
  • 37ee73d0bf
    ignore irisu P1 Copy Liu 2017-02-11 00:14:01 +0800
  • 9f9df14f55
    v0.2! now can track IGT Copy Liu 2017-02-07 21:22:49 +0800
  • a67a58300b
    fix map address that cause side ch issue Copy Liu 2017-02-07 00:29:20 +0800
  • ef23c31744
    update for 1.75 Copy Liu 2016-12-23 21:38:07 +0800
  • 94a2df11b5
    bump version Copy Liu 2016-11-27 15:34:19 +0800
  • b43f166807
    fix 1.71 Nixie skip Copy Liu 2016-11-27 15:33:43 +0800
  • 58a4106b2b
    README Copy Liu 2016-11-27 01:49:53 +0800
  • 3023b8213b
    bump version Copy Liu 2016-11-24 01:31:34 +0800
  • eff17f4586
    support 1.71 Copy Liu 2016-11-24 01:30:47 +0800
  • 21f194ebc4
    bump version Copy Liu 2016-11-19 00:08:05 +0800
  • ca15b7e616
    fix ignore town bug Copy Liu 2016-11-19 00:07:40 +0800
  • 816d55b6f8
    fix typo Copy Liu 2016-11-18 22:41:11 +0800
  • 2e0bb1c93e
    TM check, SUDDEN DEATH check Copy Liu 2016-11-18 22:29:01 +0800
  • 66cd5ed90f
    bump version Copy Liu 2016-11-17 22:22:16 +0800
  • 1c47a1b4da
    set noah3 HP option to off by default, add Ignore side chapter option Copy Liu 2016-11-17 22:20:34 +0800
  • 64f7f0b1c2
    ignore music id is 0 Copy Liu 2016-11-17 00:12:29 +0800
  • 12b18bd4dd
    small text Copy Liu 2016-11-16 23:48:46 +0800
  • 03ce368450
    add version info Copy Liu 2016-11-16 23:47:29 +0800
  • 82af1424bc
    UI size fix Copy Liu 2016-11-16 23:45:58 +0800
  • 097e0e7af0
    ver 0.0.3 Copy Liu 2016-11-16 23:34:13 +0800
  • daef372766
    fix music start bug Copy Liu 2016-11-16 21:15:57 +0800
  • 84328069c5
    reformat README again Copy Liu 2016-11-15 23:25:58 +0800
  • 31b08fc9dd
    reformat README Copy Liu 2016-11-15 23:24:59 +0800
  • 62e0007990
    update Readme Copy Liu 2016-11-15 23:24:01 +0800
  • f09a473e2e
    now using music for split Copy Liu 2016-11-15 23:14:18 +0800
  • 72361f3667 prototype Copy Liu 2016-11-14 22:23:08 +0800
  • 83137514ca Initial commit copyliu 2016-11-14 12:43:51 +0800