GriffinR
|
31c5ad6b95
|
Remove duplicate empty script labels in dropdown
|
2023-09-19 19:09:24 -04:00 |
|
GriffinR
|
4f459f5a06
|
Improve speed of setMetatileTiles
|
2023-09-19 15:49:56 -04:00 |
|
GriffinR
|
22fe7f2963
|
Use spin boxes for border metatile settings if using default size
|
2023-09-19 14:30:48 -04:00 |
|
GriffinR
|
8054a808a6
|
Add images to settings/project files manual pages
|
2023-09-19 12:38:57 -04:00 |
|
GriffinR
|
0c47866e3d
|
Fix some window and scrollbox sizes
|
2023-09-12 13:51:09 -04:00 |
|
GriffinR
|
26620cd1d4
|
Update settings & options manual page
|
2023-09-12 12:46:10 -04:00 |
|
GriffinR
|
a508677b1d
|
Move remaining Porymap config settings to Preferences
|
2023-09-11 16:54:15 -04:00 |
|
GriffinR
|
30a01b7061
|
Use UIntSpinBox for metatile attribute settings
|
2023-09-11 16:32:15 -04:00 |
|
GriffinR
|
603df4defa
|
Add UIntSpinBox class
|
2023-09-11 16:31:44 -04:00 |
|
GriffinR
|
b00c644099
|
Update CHANGELOG
|
2023-09-10 18:08:32 -04:00 |
|
GriffinR
|
1c081f2011
|
Connect custom script editor to shortcuts editor
|
2023-09-10 17:04:44 -04:00 |
|
GriffinR
|
a5a864926a
|
Enforce project folder for custom filepaths
|
2023-09-10 13:33:18 -04:00 |
|
GriffinR
|
7a399daaff
|
Clean up project settings editor UI
|
2023-09-08 15:32:33 -04:00 |
|
GriffinR
|
7b03678b8e
|
Fix INSTALL code rendering
|
2023-09-08 13:07:11 -04:00 |
|
psf
|
9be5faecff
|
Update INSTALL.md
Updated Ubuntu install instructions per discussion: https://discord.com/channels/442462691542695948/495019188042203147/1149746226263248896
|
2023-09-08 13:03:24 -04:00 |
|
psf
|
7766ae39e9
|
Update INSTALL.md
Removed breaking linux package
|
2023-09-08 13:03:24 -04:00 |
|
GriffinR
|
61cbbbf08a
|
Add path override editor
|
2023-09-08 12:21:56 -04:00 |
|
GriffinR
|
7411ddaeef
|
Ignore empty script paths
|
2023-09-06 21:52:42 -04:00 |
|
GriffinR
|
885695e705
|
Clean up for new editor windows
|
2023-09-06 16:41:34 -04:00 |
|
GriffinR
|
2aa18da255
|
Implement script engine reload
|
2023-09-06 13:40:55 -04:00 |
|
GriffinR
|
40e8824eca
|
Add option to turn custom scripts on/off
|
2023-09-06 12:58:39 -04:00 |
|
GriffinR
|
d6d27ae8b3
|
Add Custom Scripts Editor window
|
2023-09-05 16:45:53 -04:00 |
|
GriffinR
|
143e5cf79b
|
Add button to import default prefabs
|
2023-08-31 14:23:03 -04:00 |
|
GriffinR
|
871a6ed9b7
|
Add prompts to project settings editor
|
2023-08-29 14:43:50 -04:00 |
|
GriffinR
|
9bed66ecfc
|
Write config with project settings editor
|
2023-08-28 16:48:27 -04:00 |
|
GriffinR
|
4d8f5ef150
|
Add project settings window
|
2023-08-23 21:06:14 -04:00 |
|
GriffinR
|
0148580bd2
|
Merge pull request #539 from GriffinRichards/recent-fail
Stop misleading error when recent project doesn't exist
|
2023-08-19 10:01:27 -04:00 |
|
GriffinR
|
ae68ab3a6f
|
Stop single tile mode on prefab tab
|
2023-08-19 00:06:21 -04:00 |
|
GriffinR
|
d28849a533
|
Merge pull request #536 from GriffinRichards/4bpp
Support 8BPP tileset tile images
|
2023-08-13 22:33:07 -04:00 |
|
GriffinR
|
a366c7cffe
|
Stop misleading error when recent project doesn't exist
|
2023-08-09 14:42:03 -04:00 |
|
GriffinR
|
e184295c9e
|
Merge pull request #538 from GriffinRichards/enc-levels
Automatically adjust min/max encounter levels
|
2023-08-04 12:14:44 -04:00 |
|
GriffinR
|
1ecb2cc369
|
Automatically adjust min/max encounter levels
|
2023-07-31 14:57:42 -04:00 |
|
GriffinR
|
0b293d2af0
|
Stop tileset editor from scrolling to map's selection when saving
|
2023-06-30 13:40:11 -04:00 |
|
GriffinR
|
ff6a51ffa4
|
Support 8BPP tileset tile images
|
2023-06-30 01:49:43 -04:00 |
|
GriffinR
|
cdf4556e23
|
Fix border not updating when tileset is changed
|
2023-06-30 00:53:14 -04:00 |
|
GriffinR
|
ba3a7afef3
|
Update changelog
|
2023-05-29 19:44:23 -04:00 |
|
GriffinR
|
4ec5238abb
|
Fix deleting connections by clearing text
|
2023-05-29 19:18:38 -04:00 |
|
GriffinR
|
f232de68c9
|
Fix empty metatile label regression
|
2023-05-19 02:21:41 -04:00 |
|
GriffinR
|
ea704c8ef7
|
Fix metatile label saving
|
2023-05-19 01:41:20 -04:00 |
|
vinnydiehl
|
9f06dcf9ac
|
Include cstdint in lexer.h
Build was failing due to missing `uint32_t` type.
|
2023-05-12 00:24:08 -04:00 |
|
GriffinR
|
0b6d61e3f1
|
Fix default object sprites
|
2023-03-15 21:38:58 -04:00 |
|
Marcus Huderle
|
11c2868b90
|
Update docs -- Fix argument type formatting
|
2023-03-06 19:01:14 -06:00 |
|
Marcus Huderle
|
bc052360cd
|
Update docs
|
2023-03-05 19:13:11 -06:00 |
|
GriffinR
|
4fbe8bf5ef
|
Add palette editor bit depth to config
|
2023-02-22 11:21:30 -05:00 |
|
GriffinR
|
420e92e912
|
Fix color calc in palette editor hex edit
|
2023-02-22 10:43:45 -05:00 |
|
garakmon
|
48d9d07689
|
fix broken action flow
|
2023-02-20 19:35:25 -05:00 |
|
garakmon
|
05181aa64e
|
Release 5.1.1
|
2023-02-20 19:13:00 -05:00 |
|
garakmon
|
508e5f85f1
|
fix crash on project close from deleting events
|
2023-02-20 19:09:42 -05:00 |
|
garakmon
|
777a6c2e18
|
auto take changelog in porymap about window
|
2023-02-20 19:09:42 -05:00 |
|
garakmon
|
f80f15cc67
|
actions build: use tag name in windows bundle
|
2023-02-20 17:27:23 -05:00 |
|