Commit graph

116 commits

Author SHA1 Message Date
GriffinR
bc256053d0 Add registerToggleAction 2023-02-10 11:52:08 -05:00
Marcus Huderle
0a940940e1 Update docs 2023-01-22 12:02:00 -06:00
GriffinR
ab6d035ad8
Merge pull request #485 from GriffinRichards/metatile-attr
Allow reorganization of metatile attributes
2023-01-15 18:55:42 -05:00
GriffinR
9d82a7af68 Add option to turn off checkerboard fill for new tilesets 2022-11-28 14:58:33 -05:00
GriffinR
d475286249
Merge branch 'master' into metatile-attr 2022-11-18 18:13:21 -05:00
GriffinR
3770efd6c5 Add setScale to the API 2022-11-03 13:19:57 -04:00
GriffinR
79ccad5941 Fix manual for [get|set]MetatileLayer[Order|Opacity] 2022-11-03 11:21:47 -04:00
GriffinR
9cd8777246 Remove last base game version difference 2022-10-26 04:01:01 -04:00
GriffinR
8b884f3847 Update manual/changelog 2022-10-26 03:37:09 -04:00
GriffinR
09ce5b5913 Drop path_ from path config options 2022-10-24 08:03:51 -04:00
GriffinR
1728e708dd Update changelog/manual 2022-10-23 19:47:40 -04:00
GriffinR
2425b0e7c7 Add note about HTML for addText 2022-10-19 00:03:49 -04:00
Marcus Huderle
3de8e88b8e Add optional forceRedraw argument to palette API functions 2022-10-17 19:03:11 -05:00
GriffinR
acf9673807 Add 2D array version of addPath to manual 2022-10-15 11:22:55 -07:00
GriffinR
a2795d089b get/setAngle -> get/setRotation 2022-10-15 11:22:55 -07:00
GriffinR
ca04b99576 Update manual and changelog 2022-10-15 11:22:55 -07:00
GriffinR
614242f1fe Update project files page 2022-10-14 12:42:07 -04:00
GriffinR
8059b7dcae
int layer -> layer in clearClippingRect 2022-10-10 17:16:03 -04:00
GriffinR
0f49c76757
Fix manual typos in setClippingRect 2022-10-10 13:23:04 -04:00
GriffinR
150c02b05b Update manual 2022-10-10 11:38:17 -05:00
Marcus Huderle
a619670a5f Update scripting documentation for clipping funcs 2022-10-10 11:31:20 -05:00
GriffinR
167710b4b2 Update manual and changelog 2022-10-01 17:43:50 -05:00
GriffinR
9fd6d8417a Update manual 2022-10-01 08:41:14 -05:00
Marcus Huderle
af69916c24 Tweak prefab documentation 2022-09-25 10:18:11 -05:00
Marcus Huderle
4beb275a51 Merge remote-tracking branch 'origin/master' 2022-09-25 10:14:00 -05:00
Marcus Huderle
1e128bcdc1 Tweak documentation 2022-09-25 10:12:48 -05: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
GriffinR
af955fd218 Add Prefabs tab to API manual 2022-09-24 19:21:53 -04:00
Marcus Huderle
c81829cd3f Merge remote-tracking branch 'griffin/api-redesign' 2022-09-24 15:48:42 -05:00
GriffinR
4afd18bd34 Update manual and changelog for API redesign 2022-09-13 23:01:34 -04:00
GriffinR
856624addf Remove region map dimensions from config 2022-09-12 11:33:51 -04:00
GriffinR
089e214d2e Add new map config options 2022-09-12 11:31:35 -04:00
tustin2121
4c68c3cd77
Merge branch 'master' into path-in-config 2022-09-11 13:56:09 -04:00
Marcus Huderle
b92fdaf94e Add documentation for prefabs 2022-09-10 13:08:48 -05:00
Marcus Huderle
6f68e7e9de
Merge pull request #456 from GriffinRichards/api-scale
Add scale to API's createImage, add getPorymapVersion
2022-09-03 12:52:27 -05:00
Marcus Huderle
fe02c7ea70
Merge pull request #448 from GriffinRichards/handle-collision
Various minor API improvements
2022-09-03 12:49:07 -05:00
Marcus Huderle
a5136849b8
Merge pull request #455 from GriffinRichards/api-border
Add map border to the scripting API
2022-09-03 12:48:35 -05:00
GriffinR
e9ac799ed2
Merge branch 'master' into handle-collision 2022-09-03 12:09:14 -04:00
Marcus Huderle
41dfa13de9
Merge pull request #445 from GriffinRichards/api-windows
Add message boxes and user input windows to API
2022-09-03 11:05:08 -05:00
tustin2121
3d9cd2ad0d Moving paths to project config
- Replaced all instances of hardcoded paths with requesting a path from the new project config file properties for "path/".
- As a result, all default paths hardcoded into porymap are now in one place.
- When reading the config file, it now trims out white space around the key and value.
2022-09-01 12:14:47 -04:00
tustin2121
8e83daac84 Split project config
- Project config is now split into project and user config.
- Backwards compatibility with the old project config included, porting old project items over to the new user config.
2022-09-01 00:57:31 -04:00
GriffinR
5af4d15d6b Fix mistake in manual 2022-08-31 14:55:43 -04:00
GriffinR
268cc9b30b Add getPorymapVersion 2022-08-31 13:38:07 -04:00
GriffinR
af2f1b6f7d Replace xflip/yflip in createImage with hScale/vScale 2022-08-31 11:00:17 -04:00
GriffinR
b6eaad7f77 Add border API functions to manual 2022-08-30 13:15:22 -04:00
GriffinR
778257ccd9 Add get/setMetatileAttributes 2022-08-26 19:37:07 -04:00
GriffinR
c88b8b7663 Fix manual typo 2022-08-03 21:30:17 -04:00
GriffinR
0df5f87882 Update manual, changelog 2022-08-03 15:27:08 -04:00
GriffinR
597d03979f Update manual 2022-07-14 16:53:15 -04:00
garak
0e3b07201a document tileset and palette editors 2022-07-11 22:06:17 -04:00