garak
|
6b47d350a0
|
read multiple incbins and C arrays at once for situations where the same file could be opened many times
|
2023-01-17 13:15:07 -05:00 |
|
garak
|
9cc55ef2f7
|
add option to copy mon info from another tab [closes #469]
|
2023-01-17 13:15:07 -05:00 |
|
garak
|
06948a97b0
|
fix issue with fileCache invalidating certain changes in files
|
2023-01-17 13:15:07 -05:00 |
|
garak
|
4df4e6ddd7
|
fix metatile label reading
|
2023-01-17 13:15:07 -05:00 |
|
garak
|
f9bb6196e2
|
do less work reading C defines while loading tileset labels
|
2023-01-17 13:15:07 -05:00 |
|
garak
|
37fcfba829
|
use static (And const where applicable) regular expression objects
the speed increase here is noticable since the work of creating a regex object is only done once per session
|
2023-01-17 13:15:07 -05:00 |
|
t
|
d29506d755
|
Merge pull request #495 from GriffinRichards/keep-import-path
Preserve import/export path in file dialogs
|
2023-01-16 14:19:31 -05:00 |
|
Marcus Huderle
|
dcbf62e72f
|
Remove inadvertent save to layouts.json
|
2023-01-16 11:59:21 -06:00 |
|
GriffinR
|
f507b3e8a3
|
Preserve import/export path in file dialogs
|
2022-11-27 21:24:55 -05:00 |
|
GriffinR
|
d475286249
|
Merge branch 'master' into metatile-attr
|
2022-11-18 18:13:21 -05:00 |
|
GriffinR
|
97b8bb96cb
|
Remove unused function
|
2022-11-07 01:02:33 -05:00 |
|
GriffinR
|
567a6d92e5
|
Enforce indexed tile images
|
2022-11-04 13:06:50 -04:00 |
|
GriffinR
|
eb80ee86f6
|
Merge branch 'master' into metatile-attr
|
2022-10-29 11:43:00 -04:00 |
|
GriffinR
|
c16a6d5d23
|
Better support for parsing hex values
|
2022-10-28 13:29:33 -04:00 |
|
GriffinR
|
9cd8777246
|
Remove last base game version difference
|
2022-10-26 04:01:01 -04:00 |
|
GriffinR
|
fa2b4d3edb
|
Allow custom metatile attribute layouts
|
2022-10-25 22:35:26 -04:00 |
|
GriffinR
|
ce6abb0a81
|
Default to No for file watcher prompt
|
2022-10-25 17:53:12 -04:00 |
|
GriffinR
|
ea19b3a08c
|
Sort asm tileset lists
|
2022-10-24 19:55:06 -04:00 |
|
GriffinR
|
8fbcee7f21
|
Insert new tilesets in sorted order
|
2022-10-24 09:33:51 -04:00 |
|
GriffinR
|
09ce5b5913
|
Drop path_ from path config options
|
2022-10-24 08:03:51 -04:00 |
|
GriffinR
|
5ba3720405
|
is_secondary to bool
|
2022-10-24 00:02:27 -04:00 |
|
GriffinR
|
f8a92c071c
|
Add default tileset config options
|
2022-10-23 19:43:16 -04:00 |
|
GriffinR
|
35da77ca94
|
Treat tileset lists separately
|
2022-10-23 18:59:59 -04:00 |
|
Marcus Huderle
|
7b66537d01
|
Merge pull request #479 from GriffinRichards/fix-json
Better type conversion for JSON data
|
2022-10-22 12:57:17 -05:00 |
|
GriffinR
|
7bb5eea7fa
|
Use new config filepaths
|
2022-10-18 17:14:46 -05:00 |
|
GriffinR
|
5f3efdc7a4
|
Rewrite heal location data writing
|
2022-10-18 17:14:46 -05:00 |
|
GriffinR
|
3e1d26f0ce
|
Make heal location constants prefix-agnostic
|
2022-10-18 17:14:46 -05:00 |
|
GriffinR
|
43d0dc1e7b
|
Rewrite heal location data reading
|
2022-10-18 17:14:46 -05:00 |
|
GriffinR
|
0e0da77c07
|
NONE_MAP -> DYNAMIC_MAP
|
2022-10-18 12:39:37 -04:00 |
|
GriffinR
|
75788ed3f9
|
Convert event JSON values by type
|
2022-10-18 01:20:53 -04:00 |
|
GriffinR
|
e2a31336c5
|
Merge branch 'master' of https://github.com/huderlem/porymap into fix-json
|
2022-10-17 22:20:06 -04:00 |
|
GriffinR
|
a0eff32f36
|
Remove more internal type conversions
|
2022-10-16 02:49:42 -04:00 |
|
GriffinR
|
67945cb297
|
Preserve custom header arrays and objects
|
2022-10-16 02:30:13 -04:00 |
|
GriffinR
|
463a7e01f6
|
Save custom header values by type
|
2022-10-15 18:29:55 -04:00 |
|
GriffinR
|
ec626a59a7
|
Display custom header values according to type
|
2022-10-15 11:40:04 -04:00 |
|
GriffinR
|
6ffcb58e5e
|
Convert JSON values by type, except events
|
2022-10-15 03:22:13 -04:00 |
|
GriffinR
|
239f3935bf
|
Stop treating map header bools as strings
|
2022-10-14 18:11:11 -04:00 |
|
garak
|
582405d68b
|
change Event class design in favor of polymorphism
|
2022-10-13 22:30:07 -04:00 |
|
GriffinR
|
c953a15523
|
Move error logging out of gameStringToBool
|
2022-10-10 11:38:17 -05:00 |
|
GriffinR
|
c58162be96
|
Support C tileset data without initializers
|
2022-10-10 11:38:17 -05:00 |
|
GriffinR
|
374da65b7f
|
Clean up tileset C parsing
|
2022-10-10 11:38:17 -05:00 |
|
GriffinR
|
9b4c55106b
|
Read tileset graphics paths from C
|
2022-10-10 11:38:17 -05:00 |
|
GriffinR
|
efd49cd544
|
Read tileset headers from C data
|
2022-10-10 11:38:17 -05:00 |
|
GriffinR
|
ebdf22145d
|
Generalize C struct parsing
|
2022-10-10 11:38:17 -05:00 |
|
GriffinR
|
3181523799
|
Add convenience functions for triple layer metatiles
|
2022-10-04 17:50:39 -05:00 |
|
GriffinR
|
d353164244
|
Suppress errors for unneeded defines
|
2022-09-27 18:22:41 -05:00 |
|
GriffinR
|
fa76e22508
|
Add missing project file path usage
|
2022-09-27 18:22:54 -04:00 |
|
Marcus Huderle
|
54be7a18a9
|
Merge remote-tracking branch 'tustin/path-in-config'
# Conflicts:
# docsrc/manual/settings-and-options.rst
# include/config.h
# src/config.cpp
# src/scriptapi/apimap.cpp
# src/scriptapi/scripting.cpp
|
2022-09-25 10:02:24 -05:00 |
|
tustin2121
|
e241cdd104
|
Fixed path composing bug with goto script
|
2022-09-22 12:05:19 -04:00 |
|
GriffinR
|
7777eac9f4
|
Silence errors about SECRET_BASE_GROUP
|
2022-09-12 11:54:44 -04:00 |
|