1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
vcmi/lib/filesystem
AlexVinS ecaa9f5d0b Entities redesign and a few ERM features
* Made most Handlers derived from CHandlerBase and moved service API there.
* Declared existing Entity APIs.
* Added basic script context caching
* Started Lua script module
* Started Lua spell effect API
* Started script state persistence
* Started battle info callback binding
* CommitPackage removed
* Extracted spells::Caster to own header; Expanded Spell API.
* implemented !!MC:S, !!FU:E, !!FU:P, !!MA, !!VR:H, !!VR:C
* !!BU:C, !!BU:E, !!BU:G, !!BU:M implemented
* Allow use of "MC:S@varName@" to declare normal variable (technically v-variable with string key)
* Re-enabled VERM macros.
* !?GM0 added
* !?TM implemented
* Added !!MF:N
* Started !?OB, !!BM, !!HE, !!OW, !!UN
* Added basic support of w-variables
* Added support for ERM indirect variables
* Made !?FU regular trigger
* !!re (ERA loop receiver) implemented
* Fixed ERM receivers with zero args.
2021-02-14 19:05:43 +03:00
..
AdapterLoaders.cpp Warnings fixes (#538) 2019-01-19 13:52:02 +03:00
AdapterLoaders.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CArchiveLoader.cpp Fixed lots of warnings. 2020-10-04 02:20:18 -07:00
CArchiveLoader.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CBinaryReader.cpp Fixed lots of warnings. 2020-10-04 02:20:18 -07:00
CBinaryReader.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CCompressedStream.cpp Fixed lots of warnings. 2020-10-04 02:20:18 -07:00
CCompressedStream.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CFileInputStream.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CFileInputStream.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CFilesystemLoader.cpp fixed code format and other minor issues 2017-08-30 19:19:54 +12:00
CFilesystemLoader.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CInputOutputStream.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CInputStream.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CMemoryBuffer.cpp WiP on zip serialization 2015-12-05 12:06:47 +03:00
CMemoryBuffer.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CMemoryStream.cpp Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CMemoryStream.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
COutputStream.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CStream.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CZipLoader.cpp Fixed lots of warnings. 2020-10-04 02:20:18 -07:00
CZipLoader.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
CZipSaver.cpp Warnings fixes (#538) 2019-01-19 13:52:02 +03:00
CZipSaver.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
FileInfo.cpp Spells configuration version 2 (effect-based) 2018-02-08 11:37:21 +03:00
FileInfo.h Spells configuration version 2 (effect-based) 2018-02-08 11:37:21 +03:00
FileStream.cpp Fixed lots of warnings. 2020-10-04 02:20:18 -07:00
FileStream.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
Filesystem.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
Filesystem.h Fix memory leaks in launcher. 2018-05-01 00:01:20 +03:00
ISimpleResourceLoader.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
MinizipExtensions.cpp Fixed lots of warnings. 2020-10-04 02:20:18 -07:00
MinizipExtensions.h Code style: move or add licensing information on top of every file 2017-07-14 01:26:03 +03:00
ResourceID.cpp Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00
ResourceID.h Entities redesign and a few ERM features 2021-02-14 19:05:43 +03:00