Commit graph

26 commits

Author SHA1 Message Date
turleypol
fe301c82ea
Misc test preparation improvements and fixes (#196)
* uodir parameter for uoconvert tiles/landtiles/multis
limit decay sleeptime to 500ms
exit_code cannot be "fixed" with a later call
2020-08-09 15:10:52 +02:00
Kevin Eady
162f9b1dce fix loop, namespace, trimming 2020-01-12 19:56:27 +01:00
Kevin Eady
74666b02a6 Read pol.cfg UoDataFileRoot from Windows Registry 2020-01-12 19:42:16 +01:00
Admin\Me
65b0f29a90 Added: uoconvert.exe will now surface the AnimID for equippables to tiles.cfg. This can be used to look-up the gump pic for wearables that are displayed on the paper doll. Add this number to 50000 for male gumpart or 60000 for female gump art. The resulting number will be the gump art that is displayed in the paper doll. 2019-02-02 02:57:43 -06:00
Fernando Rozenblit
50341fa6f2 It's starting to look more civilized :P 2019-01-23 01:04:38 +01:00
Fernando Rozenblit
8479fadc0f More uoconvert cleanup 2019-01-23 00:06:05 +01:00
Fernando Rozenblit
563c53f534 Removing dead code 2019-01-22 23:51:51 +01:00
Fernando Rozenblit
474b08141d Starting cleanup of uoconvert's code 2019-01-22 23:51:19 +01:00
turleypol
25dae4fc21 fixed namespaces of moved files 2018-12-22 00:32:47 +01:00
turleypol
e1b14dcd00 moved polfile/uofile files into plib to cleanup atleast a bit the
compile dependencies
2018-12-21 20:27:05 +01:00
turleypol
0d4cca785d cleanup of compilerspecifics, ancient compilers arent supported.
ran tidy to use bools instead of ints
2018-11-03 13:14:53 +01:00
turleypol
a5e6206164 Added cmake option to run clang-tidy
used everywhere nullptr
2018-10-09 16:36:35 +02:00
turleypol
f28e4d65ef Fixed compiler warnings 2018-03-18 16:57:00 +01:00
Fernando Rozenblit
a6dcfd4e92 Secret conversion function was failing to compile on linux... 2018-02-26 23:34:33 +01:00
Fernando Rozenblit
4fd9572b75 Finished docs for UOP support in uoconvert. UOP files will be used by default. 2018-02-26 23:04:48 +01:00
Fernando Rozenblit
5116f85acc UOP is mostly done. Needs some documentation and changelogs, but would be enough for testing now. 2018-02-20 00:59:33 +01:00
Fernando Rozenblit
0cb233172b Moved uop handling to plib and started refactoring old map-handling code 2018-02-19 21:31:52 +01:00
Fernando Rozenblit
8de691745c Added a simple command ("uoptomul") to test out the uop parsing. It takes "mapid" as a parameter and converts the "map[mapid]LegacyMUL.uop" to "map[mapid].mul". I'll probably move it into uotool later ;) 2018-02-19 18:35:20 +01:00
turleypol
dbb25bdb62
Include and buildsystem cleanup (#45)
Include cleanup
Reworked buildsystem (Linux only)
Removed dynamic libs, Linux now again uses static linking (like windows)
2018-01-29 21:55:48 +01:00
frozenblit
b52cc332b8 Uoconvert was ignoring the pol.cfg values for MaxTileID
This code really needs some refactoring...!! The change works because a
default value is set for max_tile_id when starting uoconvert.
2016-10-14 11:17:45 +02:00
turley
189cad3479 Formating everything
Authors are not forced to use the clang-format setting, but should
atleast be inspired by the style.
The only thing which is now not allowed are tabs for ident/alignment!
2016-02-19 19:26:35 +01:00
turley
0293599380 Corrected some virtual overrides, re-activated corresponding warning.
Plus some other warning corrections
2015-12-26 17:39:58 +01:00
turley
44d1a2d37d Corrected uoconvert parameter parse 2015-12-25 14:13:37 +01:00
frozenblit
b3b9bb1fb6 Removing dependence on useless includes.
Preparing to reorganize the uofile code by removing useless includes
from the rest ;)
2015-12-04 00:50:14 +01:00
Thomas Volkert
7c2016ff25 Fixed uoconvert 2015-11-14 11:39:26 +01:00
Thomas Volkert
4ddca6cda3 Added uoconvert to the build process 2015-11-14 00:25:39 +01:00