Commit Graph

  • 1877c7573e move Script.parse_old into its own file Bryan Bishop 2012-04-18 16:54:11 -0500
  • 6a8e2d0ed4 spacing Bryan Bishop 2012-04-18 16:17:31 -0500
  • 3f536b62a7 Merge pull request #3 from cnelsonsic/master Bryan Bishop 2012-04-17 22:44:22 -0700
  • 475ec418dd Move some data back to avoid a circular import. C Nelson 2012-04-17 23:33:23 -0500
  • c7838eec93 Fix an import. C Nelson 2012-04-17 23:32:56 -0500
  • 427c822910 Merge branch 'move-data-to-files' from cnelsonsic Bryan Bishop 2012-04-17 22:59:12 -0500
  • 17ab9dc558 Move a bunch of constant data into separate files. C Nelson 2012-04-17 21:37:46 -0500
  • 2d260da8ec Merge pull request #1 from cnelsonsic/master Bryan Bishop 2012-04-17 18:59:01 -0700
  • dac0a54deb Merge remote-tracking branch 'upstream/master' C Nelson 2012-04-17 20:38:35 -0500
  • f19bd8638e Fixing whitespace for real this time. C Nelson 2012-04-17 20:22:28 -0500
  • ae3857d64f Revert "Fix whitespace." Discovered an overwritten incoming change. C Nelson 2012-04-17 20:16:42 -0500
  • 61ff35c181 .hgignore -> .gitignore Bryan Bishop 2012-04-17 20:05:16 -0500
  • 9ddcf90fcc Fix whitespace. Add newlines around functions and classes, remove trailing whitespaces. C Nelson 2012-04-17 20:03:27 -0500
  • 41a5e27bdd use $byte not 0xbyte Bryan Bishop 2012-04-17 19:24:18 -0500
  • 92f7a85103 clarifying move structure comment yenatch 2012-04-17 20:04:43 -0400
  • 4d55533b73 insert the first map header (manually) Bryan Bishop 2012-04-16 13:43:27 -0500
  • f3f2adb219 to_asm adds a label and end text Bryan Bishop 2012-04-16 09:55:28 -0500
  • e97ba71d11 better asm output for MapScriptHeader Bryan Bishop 2012-04-15 22:12:10 -0500
  • e3cf6313e7 fix SecondMapHeader asm output Bryan Bishop 2012-04-15 21:47:12 -0500
  • f70c5cf74b restrict what shows up in script_parse_table Bryan Bishop 2012-04-15 18:26:06 -0500
  • bd2a23379e keep track of these headers in globals Bryan Bishop 2012-04-15 18:24:56 -0500
  • 6dda1a8fac fix MapScriptHeader parsing Bryan Bishop 2012-04-15 17:21:07 -0500
  • b0b807e3ea MapEventHeader address fix Bryan Bishop 2012-04-15 16:37:31 -0500
  • 2f3e59178f SecondMapHeader looks ok Bryan Bishop 2012-04-15 14:49:24 -0500
  • 7cfe92c506 MapHeader parsing looks correct Bryan Bishop 2012-04-15 14:39:13 -0500
  • 2b08f91d98 add the old parsers back in for testing Bryan Bishop 2012-04-15 14:33:41 -0500
  • cbd8f0925a debugging statements Bryan Bishop 2012-04-15 12:26:46 -0500
  • 00ab26a8c4 more fixes (sort of) Bryan Bishop 2012-04-15 01:27:20 -0500
  • 441cb01c39 corrections to almost make things run Bryan Bishop 2012-04-15 01:18:25 -0500
  • cbd896b8b9 MapHeader parsing and to_asm Bryan Bishop 2012-04-15 01:11:00 -0500
  • 49add12c45 better code for MapScriptHeader Bryan Bishop 2012-04-15 00:50:48 -0500
  • 746317f90e code for MapBlockData Bryan Bishop 2012-04-15 00:06:47 -0500
  • 6b029c36fd to_asm on SecondMapHeader Bryan Bishop 2012-04-14 21:46:04 -0500
  • 1ee335063f start on SecondMapHeader Bryan Bishop 2012-04-14 20:03:19 -0500
  • 0cb84a7e3a class for MapEventHeader Bryan Bishop 2012-04-14 18:23:55 -0500
  • f90f05050d XYTrigger class Bryan Bishop 2012-04-14 17:58:15 -0500
  • 52b70619bc making things work Bryan Bishop 2012-04-14 15:48:26 -0500
  • 93533ce068 PeopleEvent class code Bryan Bishop 2012-04-14 15:16:09 -0500
  • 0c2c2cd3a3 skeleton for PeopleEvent class Bryan Bishop 2012-04-14 13:45:05 -0500
  • 01a5c61d4d saner warp parsing Bryan Bishop 2012-04-14 13:01:20 -0500
  • e099019701 better signpost parsing Bryan Bishop 2012-04-14 12:23:53 -0500
  • f70650a158 start moving signpost into a class Bryan Bishop 2012-04-14 10:54:48 -0500
  • 91df3747bf 0xcc probably ends the script Bryan Bishop 2012-04-09 00:38:55 -0500
  • 63c161397d fix size computation in GivePoke Bryan Bishop 2012-04-08 23:47:28 -0500
  • a06abcf9f4 japanese text dumper and some more script changes Bryan Bishop 2012-04-08 23:05:19 -0500
  • 3621217774 all of these scripting changes are probably wrong Bryan Bishop 2012-04-08 21:15:50 -0500
  • b276eeb832 don't forget the custom GivePoke commad class Bryan Bishop 2012-04-08 16:38:34 -0500
  • 4c3c85d230 oops forgot to create a command class for writevarcode Bryan Bishop 2012-04-08 16:25:52 -0500
  • 51ef61e327 fix pokemart command parsing for the script at 0x9cac7 Bryan Bishop 2012-04-08 16:20:34 -0500
  • 247469f740 winlosstext does not always point to a value Bryan Bishop 2012-04-08 16:09:00 -0500
  • 403652525a a working version of compare_script_parsing_methods Bryan Bishop 2012-04-08 15:52:36 -0500
  • 8e6466feb7 begin compare_script_parsing_methods Bryan Bishop 2012-04-08 15:41:52 -0500
  • e85e71b6a6 text and script parsing improvements Bryan Bishop 2012-04-08 14:46:37 -0500
  • d331a28c7a get_label_for improvements (use script_parse_table if possible) Bryan Bishop 2012-04-08 13:40:55 -0500
  • bd33188588 make parse_text_at use script_parse_table and make 2writetext parse target texts Bryan Bishop 2012-04-08 13:35:35 -0500
  • dd0dfc821c fix bit setting/checking/clearing commands (their parameters were wrong) Bryan Bishop 2012-04-08 13:14:31 -0500
  • d7ff5e5ceb pass force=True/False and debug=True/False to command parsing Bryan Bishop 2012-04-08 12:19:03 -0500
  • e80f480da9 fixes for parse_script_with_command_classes Bryan Bishop 2012-04-08 11:48:23 -0500
  • 768c4c360f move rom_interval into RomStr.interval Bryan Bishop 2012-04-06 14:22:35 -0500
  • bd06a22fb8 Making generate_diff_insert python2.7 compatible. C Nelson 2012-04-06 13:12:30 -0500
  • 1d17d3e810 Adding compatibility for newer versions of json. C Nelson 2012-04-06 12:38:22 -0500
  • 8dc750b1e4 Adding a real check for unittest2 features. C Nelson 2012-04-06 12:11:40 -0500
  • 4de0c12b43 Adding an exception handler around the unittest import. C Nelson 2012-04-06 11:54:48 -0500
  • 7b3b1f11b2 fix command parsing some more Bryan Bishop 2012-04-03 15:28:25 -0500
  • 21081a08e1 not sure why the scripts aren't working yet Bryan Bishop 2012-04-03 00:59:16 -0500
  • 2c9c2424d8 somewhat better command parsing Bryan Bishop 2012-04-02 22:34:02 -0500
  • 0e8510e3c2 map header tests for event addresses and people-event counts Bryan Bishop 2012-04-02 20:27:11 -0500
  • 069a4fbff4 unit tests for checking post-map parsing (overall, not individual functions) Bryan Bishop 2012-04-02 14:22:50 -0500
  • d23ab7500b fix bug in generate_map_constant_labels Bryan Bishop 2012-04-02 12:44:23 -0500
  • 29a3fbf75b an explicit Label class Bryan Bishop 2012-04-02 12:36:08 -0500
  • 1a3aebf191 make tests pass the first time they are ran Bryan Bishop 2012-04-02 11:45:42 -0500
  • bd7453f70c more unit tests, again Bryan Bishop 2012-03-30 01:20:50 -0500
  • 29dae12c89 more unit tests Bryan Bishop 2012-03-29 23:41:06 -0500
  • bcd9794cb5 more command classes Bryan Bishop 2012-03-27 02:01:04 -0500
  • 2a22a91cbb committing unfinished code (forgive me) Bryan Bishop 2012-03-26 01:47:58 -0500
  • 651d801734 refactor script parsing into a Script class Bryan Bishop 2012-03-25 13:53:21 -0500
  • a4b19fe60a test_parse_text_engine_script_at Bryan Bishop 2012-03-25 01:43:42 -0500
  • 12fc29529a more testing and debug= keyword params Bryan Bishop 2012-03-25 01:09:46 -0500
  • 8df5bd8856 more tests related to analyze_incbins Bryan Bishop 2012-03-24 22:59:46 -0500
  • 33d8c7a117 wonderful world of testing Bryan Bishop 2012-03-24 21:34:19 -0500
  • 3bd84c1dac lots of asm-related code and tests Bryan Bishop 2012-03-24 18:01:37 -0500
  • f93de7b1bd test_load_map_group_offsets and test_calculate_pointer Bryan Bishop 2012-03-24 15:05:32 -0500
  • c11794250f new test: test_report_untested Bryan Bishop 2012-03-24 14:31:33 -0500
  • 890c37bcad more tests about tests Bryan Bishop 2012-03-24 14:22:59 -0500
  • 98c1b52894 AsmList and more testing Bryan Bishop 2012-03-24 13:22:28 -0500
  • 0f57499150 tests for IntervalMap Bryan Bishop 2012-03-24 05:00:45 -0500
  • 9c723af8ff even more crazy unit tests Bryan Bishop 2012-03-24 04:43:06 -0500
  • 21b95d6077 fix typo (burned tower 1f) Bryan Bishop 2012-03-24 03:54:46 -0500
  • e57b8a7c00 unit tests Bryan Bishop 2012-03-24 03:54:28 -0500
  • 35ecd20aa2 fix bug in find_all_text_pointers_in_script_engine_script Bryan Bishop 2012-03-24 02:15:43 -0500
  • da22f934f9 pretty printer for text scripts Bryan Bishop 2012-03-24 02:13:59 -0500
  • d497a0a001 start using classes instead of functions everywhere Bryan Bishop 2012-03-24 00:58:14 -0500
  • 253c897bbd rom_text_at just dumps text straight from the ROM Bryan Bishop 2012-03-23 23:36:39 -0500
  • 4462b9b246 calculate_pointer_from_bytes_at update suggested by sankina Bryan Bishop 2012-03-23 01:26:02 -0500
  • 14903375a1 fix trainer texts Bryan Bishop 2012-03-23 00:58:51 -0500
  • 08961e4f32 parse texts in scripts Bryan Bishop 2012-03-21 21:06:33 -0500
  • 0173ab3c7f Add shiny check function. IIMarckus 2012-03-20 22:54:28 -0600
  • 93902a38bd Add code for the Extremespeed Dratini. IIMarckus 2012-03-20 22:23:40 -0600
  • 572370fb45 Add the moves table. IIMarckus 2012-03-20 22:19:48 -0600
  • 1b25964425 Add type constants. IIMarckus 2012-03-20 22:03:03 -0600