-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCHANGELOG
33 lines (29 loc) · 848 Bytes
/
CHANGELOG
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
0.1.7
=====
Engine
======
fixed AI bug after the first game (ai witing a lot of time before starting playing)
fixed infinite AI jumps
changed AI heuristics to be more efficient
ai can now be passed a number (from 1 to 5) to set strength
implementation of decorums for levels
reworked controls implementation
fixed crash with unfinished characters
pep8 fixes, code cleanup...
fixed errors in vertex events and staticonground events, it's now possible to do a smash-up without jumping
pylint fixes
Data
====
added a simple decorum on pyramid
added meteor level
added troglo level
added animations to pixie
added dunbarello level
added a decorum (eol) in pyramid
Utils
=====
cv.py now load all possible characters by default (usefull on windows)
cv.py now search for characters in characters_unfinished too
Misc
====
added a CHANGELOG (at least!)