Commit Graph

87 Commits

Author SHA1 Message Date
Christopher Monsanto
3d41dbe46b src/noncanonical/*/afd -> src/afd/* 2020-05-01 19:59:15 -04:00
Marty-D
83ebd5e280 Move "No Item" to noncanonical 2020-05-01 17:17:52 -04:00
Marty-D
e947fdae4f Add battle UI sprites 2020-05-01 17:15:57 -04:00
Christopher Monsanto
e408f105f2 fix readme 2020-05-01 09:05:14 -04:00
Christopher Monsanto
290819328c More consistent configuration settings for deflopt 2020-05-01 08:58:15 -04:00
Christopher Monsanto
37f9df003b Optimize tools/deflopt slightly 2020-05-01 07:53:00 -04:00
Christopher Monsanto
a7aec16803 Remove debug output from tools/deflopt
This is on the hot path. Revert this commit if debugging is needed.
2020-05-01 07:46:04 -04:00
Christopher Monsanto
b496612b03 Add support for DeflOpt
- fuse and wine do not get along.

- This is the absolute final release of DeflOpt, and it is only
accessible in binary form via archive.org, so we vendored it.
2020-05-01 07:38:36 -04:00
Christopher Monsanto
84dec376b3 Update dependency documentation 2020-05-01 03:25:21 -04:00
Christopher Monsanto
a8a176f3c0 Compression setting for models 2020-05-01 03:23:16 -04:00
Christopher Monsanto
a7183cbc47 Document compression settings 2020-05-01 03:08:11 -04:00
Christopher Monsanto
f8bc65549d User-configurable compression settings 2020-05-01 03:08:11 -04:00
Christopher Monsanto
eb5bde52dd tup-ext: add getconfig helper 2020-05-01 02:45:27 -04:00
Christopher Monsanto
037f276760 tup-ext: move makecmd here 2020-05-01 02:45:21 -04:00
Christopher Monsanto
cd72b55c61 tupctime: use modules 2020-05-01 02:44:52 -04:00
Christopher Monsanto
9ea25bfc21 Add imagemagick 7 installation instructions 2020-04-30 22:43:07 -04:00
Christopher Monsanto
e1c4fe83aa Add Tup installation instructions 2020-04-30 22:11:29 -04:00
Christopher Monsanto
653b4284f8 Deploy DSL, take 3 2020-04-30 21:48:11 -04:00
Christopher Monsanto
fc54681959 tupctime: make directory optional 2020-04-30 07:41:52 -04:00
Christopher Monsanto
fb10d85d4e ps pad dex/deploy 2020-04-30 07:01:26 -04:00
Christopher Monsanto
2283784b33 ps deploy types 2020-04-30 06:38:48 -04:00
Christopher Monsanto
30a12b5c6b Move things useful for subprojects to Tuprules.lua 2020-04-30 05:57:06 -04:00
Christopher Monsanto
80c09cfa2c ps deploy padded trainers 2020-04-30 05:46:30 -04:00
Christopher Monsanto
909e51d5d0 two space ident for .deploy.json
emacs indent is messing up the "in", whatever, deal with it later
2020-04-30 05:45:23 -04:00
Christopher Monsanto
ca2a008ce2 fix deploy bug 2020-04-30 05:44:42 -04:00
Christopher Monsanto
a583c81ec1 Add a string interpolation function 2020-04-30 04:47:38 -04:00
Christopher Monsanto
c38c14e660 More pad refactoring 2020-04-30 04:34:03 -04:00
Christopher Monsanto
8e8235f455 Remove compression & switch to imagick 7
Will chain with `compresspng` in lua, easier to set optimization
settings in tup config
2020-04-30 04:25:56 -04:00
Christopher Monsanto
c76e5e415a wip pad trainers to 80x80
need to use tup config variables for compression settings, its too
expensive for development otherwise
2020-04-30 04:01:11 -04:00
Christopher Monsanto
429b673621 Remove tup pokemon functions 2020-04-30 02:52:40 -04:00
Christopher Monsanto
1fd106b0c6 Deploy refactor 2020-04-30 02:32:40 -04:00
Christopher Monsanto
bc244f3446 Document tup readdir gotcha 2020-04-30 01:12:08 -04:00
Christopher Monsanto
6751557401 Start of Smogon deploy 2020-04-30 01:09:55 -04:00
Christopher Monsanto
636b9408cc gendeploy mini-language, move more of PS to gendeploy 2020-04-29 23:29:16 -04:00
Marty-D
9c8cf377f3 Add LGPE minisprites 2020-04-29 17:33:49 -04:00
Marty-D
779eac3007 Fix botched Nidoran names 2020-04-29 17:32:03 -04:00
Christopher Monsanto
4f1c9c3685 Use gendeploy for ani 2020-04-29 07:44:09 -04:00
Christopher Monsanto
dcfbe0cfe0 Add gendeploy script 2020-04-29 07:44:09 -04:00
Christopher Monsanto
4f4b19a4b6 Add deploy utility 2020-04-29 07:43:08 -04:00
Christopher Monsanto
7316c0573e Add tupctime utility 2020-04-29 07:41:40 -04:00
Christopher Monsanto
27d8fb8903 Symlink shiny hacked Pikachus
https://twitter.com/Sibuna_Switch/status/1246865031431516162
2020-04-28 00:08:28 -04:00
Christopher Monsanto
438642e932 Symlink Unown to Unown-A 2020-04-27 23:59:53 -04:00
Christopher Monsanto
bde6f6a787 Consistently use Unown-A as base 2020-04-26 23:59:17 -04:00
Christopher Monsanto
1671d2b3a3 Lareine -> La Reine 2020-04-25 00:29:42 -04:00
Marty-D
24c326e6b5 Add UI categories and types 2020-04-23 16:32:14 -04:00
Christopher Monsanto
e6faf5f360 Add substitutes/ 2020-04-22 19:37:09 -04:00
Christopher Monsanto
78a50e09bb Add dex-shiny/, rename main -> front 2020-04-22 14:17:24 -04:00
Christopher Monsanto
535d506f8c Add dex/ 2020-04-22 02:48:32 -04:00
Christopher Monsanto
2ff54ac0c2 Add trainers (unsorted) 2020-04-22 02:46:12 -04:00
Marty-D
a4889b6b4f Add more Alcremie models and name all of them correctly 2020-04-18 16:59:52 -04:00