Commit graph

38 commits

Author SHA1 Message Date
Jesusalva Jesusalva
ce718ac588 Update copyright headers up to 2023 2024-02-09 13:36:22 +00:00
Andrei Karas
d530e74cc4
Update copyright year. 2019-01-01 20:04:08 +03:00
Andrei Karas
4d2e202ee0
Update copyrights year. 2018-01-04 07:12:38 +03:00
Andrei Karas
ac4d991a1d
Fix variable copy in textcommand.cpp 2017-10-10 21:03:00 +03:00
Andrei Karas
675b9f793e
Fix some asserts in text command editor. 2017-10-10 19:31:42 +03:00
Andrei Karas
36ba43d6ea
Fix clang-tidy check readability-implicit-bool-cast. 2017-06-07 19:23:40 +03:00
Andrei Karas
49631972db
Use pathJoin for concatinate some paths. 2017-04-03 18:44:58 +03:00
Andrei Karas
a0451aa4e9
Update copyright year. 2017-01-03 16:48:28 +03:00
Andrei Karas
3c404128c4
Add missing comments into defines. 2016-09-23 22:01:44 +03:00
Andrei Karas
f69f346518
Move image class into image directory. 2016-06-07 15:41:00 +03:00
Andrei Karas
1b1a7cea1c
Change namespace in resources loaders from other to Loader. 2016-05-25 19:32:59 +03:00
Andrei Karas
e2f03241a1
Move images load function from resourcemanager into separate file. 2016-05-25 14:13:51 +03:00
Andrei Karas
d0a3a9f0f6
Move resourcemanager into subdirectory. 2016-05-24 23:14:31 +03:00
Andrei Karas
2492b56138
Fix some casts between signed and unsigned in some files. 2016-02-07 01:53:51 +03:00
Andrei Karas
a65d9da124
Update copyrights year. 2016-01-02 18:44:18 +03:00
Andrei Karas
995bc5ba7d
Use magic command properties only if compiled for tmwa. 2015-11-17 20:16:14 +03:00
Andrei Karas
db82bf99bb
Move TextCommandType enum into separate file and convert to strong typed. 2015-11-16 20:39:21 +03:00
Andrei Karas
11000f010f
Move MagicSchool enum into separate file and convert to strong typed. 2015-11-16 20:23:30 +03:00
Andrei Karas
18bd0722a9
Rename SpellTarget into CommandTarget enum and convert it to strong typed. 2015-11-16 20:02:04 +03:00
Andrei Karas
da05d9dd98
Use resource manager as global variable. 2015-08-22 14:14:34 +03:00
Andrei Karas
4332a501d9 Update copyrights year. 2015-01-01 17:41:51 +03:00
Andrei Karas
f8269f5ac3 update copyright year in all sources. 2014-01-01 13:36:23 +03:00
Andrei Karas
f513868a13 move db files into db directory. 2013-09-30 20:36:56 +03:00
Andrei Karas
e0b255453f improve textcommand class. 2013-03-24 14:19:41 +03:00
Andrei Karas
6ce49efadf Improve string usage in some files. 2013-02-24 22:59:54 +03:00
Andrei Karas
60aff62e56 fix copyright years. 2013-02-14 20:58:42 +03:00
Andrei Karas
3a407bb6b7 Add const to more classes. 2012-09-04 19:11:53 +03:00
Andrei Karas
670579b837 Remove useless includes. 2012-08-23 22:54:38 +03:00
Andrei Karas
a3360d4c38 Dehardcode some old paths. 2012-05-24 01:20:43 +03:00
Andrei Karas
a5926417da More copyright fixes. 2012-02-24 00:35:54 +03:00
Andrei Karas
b908c4df2d Fix GPL license.
Add missing manaplus copyright.
2012-02-24 00:34:25 +03:00
Andrei Karas
4cea2a5cd8 Fix more gcc 4.7 warnings. 2011-11-08 00:44:17 +03:00
Andrei Karas
479e8a53ec Add comment field to spells/commands. 2011-09-19 19:45:23 +03:00
Andrei Karas
06dccbaa3d Add more checks and some code cleanups. 2011-09-14 02:11:55 +03:00
Andrei Karas
13670eefeb Change empty strings initializations. 2011-09-10 15:48:22 +03:00
Andrei Karas
08e646812a Fix copyright headers. Add missing copyrights and fix program name. 2011-08-09 03:07:41 +03:00
Andrei Karas
d2c42029b9 Add simple memory leak detector.
Can be enabled by configure option -enable-memdebug=yes.

Known issue: not all memory allocations hooked with it.
2011-05-24 00:38:44 +03:00
Andrei Karas
3eeae12c49 Initial commit.
This code based on mana client http://www.gitorious.org/mana/mana
and my private repository.
2011-01-02 02:41:24 +02:00