blob: c4346cfe3786bd775ecb39f181241f9aa95295bb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
v13.9.30:
- streamline release process
- fix drop order assignment
- show different GM level types in online list
- remove logging of failed whispers (successful ones were never logged)
- fix some warnings
v13.9.29:
- fix monster elements
v13.9.28:
- also make login server startup much faster
- fix turning right
- fix pathfinding a bit
- fix a small part of ladmin help
v13.9.27:
- fix a bug with trades
- make char server startup much faster
v13.9.21:
- With the new Makefile, the binary names have changed. Instead of
login-server, ladmin, etc., they are now tmwa-login, tmwa-admin, etc.
(properly namespaced). Please remove any instances of the following
files from your system: ladmin, login-server, char-server, map-server,
eathena-monitor, deps.make
- Fix statup2 not actually doing anything.
- Add 'return' to the list of script commands that don't work properly
inside an 'if' statement.
v13.9.12:
- Also allow "true" and "false" as boolean values in config files.
- The format of lan_support.conf has changed slightly.
If you have made any adjustments, you MUST update it.
- Increase maximum size of a script array from 128 to 256.
- Fix scissors bug.
v13.8.28:
- First release - finally cleaned up enough to feel good about.
- For a partial list of changes since branch 'unsupported', see
http://forums.themanaworld.org/viewtopic.php?f=2&t=17670
|