slawkens
f9abe9a8e3
Fix create character when admin (any case is allowed now)
2021-06-08 19:18:25 +02:00
slawkens
81b293a5a6
Fixes to character name validation
...
Admin should be able to create any name
Also fixes to config.character_name_min_length being ignored
2021-01-20 18:02:07 +01:00
tobi132
1e2267bd31
Create character directly on create account page
2019-12-02 23:10:32 +01:00
Evil Puncker
af1a6cf5ff
Updated copyright year and SSL link
...
Updated year to 2019 and made all my-aac.org links go to SSL by default
2019-07-17 20:22:07 -03:00
slawkens
c654ea329c
* replace "$twig->render()" with "$this->display"
2018-05-29 21:29:08 +02:00
vankk
46ca6262b5
Sets the minimun lenght and maximun at config ( #54 )
...
* Sets the minimun lenght and maximun at config
* Update codes
2018-05-27 13:41:07 +02:00
vankk
654c038eab
Increased the mininum lenght and decreased the maxinum lenght
2018-05-23 10:06:33 -03:00
slawkens1
9738c1896d
* fixed default stamina on otserv 0.6.x engine
2018-01-13 19:54:32 +01:00
slawkens1
1025fad0e6
* cache $db->hasTable and $db->hasColumn functions
...
* changed tableExist and fieldExist to $db->hasTable(table) +
$db->hasColumn(table, column)
* new configurable: database_log - can log database queries and show in
website source when logged as super admin
* removed debug_level configurable, enabled by default when logged on
super admin
* added OTS_Account:getCountry()
* added posibility to load OTS_Player partially, and without skills
* (internal) changed depracated $ots->createObject() functions with
their OTS_ equivalents
* (internal) removed unused code
2018-01-06 05:44:33 +01:00
slawkens
7b84614a79
* removed @version header from files, as it was hard to maintain
2017-11-09 10:02:15 +01:00
slawkens1
1610a4ab91
* update to 0.6.6
2017-10-22 23:38:51 +02:00
slawkens1
2b6d65e955
* update to 0.6.5
2017-10-21 04:32:20 +02:00
slawkens1
9f946d4bc4
* update to 0.6.4
2017-10-20 22:17:54 +02:00
slawkens1
85c9a1e84d
* update to 0.6.3
2017-10-20 21:18:50 +02:00
slawkens1
8ab7be9fb8
* update to 0.6.2
2017-10-20 18:16:52 +02:00
slawkens1
0b693a02bd
* update to 0.6.1
2017-10-17 23:18:20 +02:00
slawkens
69f822b69c
* moved account actions (pages) to account/ directory
2017-10-17 15:28:29 +02:00