Commit graph

2159 commits

Author SHA1 Message Date
SirCotare
ad0bbe922f #1470 base class update; AVL trees added; some cleanup
--HG--
branch : gsoc2012-achievements
2012-07-01 20:04:01 +02:00
kaetemi
d79e04e4dd Fixed: Valgrind warnings 2012-06-28 11:30:58 +02:00
kaetemi
e9f75e639d Fixed: Valgrind warnings 2012-06-28 11:08:36 +02:00
SirCotare
a02851452b #1470 monday's push_all
--HG--
branch : gsoc2012-achievements
2012-06-25 22:00:02 +02:00
SirCotare
a42d6d9a76 #1470 achievement API for external data access
--HG--
branch : gsoc2012-achievements
2012-06-25 21:16:42 +02:00
SirCotare
7d976a22ad #1470 admin tool workprint; menu admin almost complete; wip!!
--HG--
branch : gsoc2012-achievements
2012-06-25 15:04:51 +02:00
SirCotare
a3d40de283 #1470 major update; these changes were necessary for the admin tool; currently untested - need new testserver with php 5.4
--HG--
branch : gsoc2012-achievements
2012-06-25 15:03:14 +02:00
SirCotare
a874eb6f04 #1470 some minor rendering fixes; Parentum is now abstract class; various adaptations to allow admin functions to inherit from these base classes
--HG--
branch : gsoc2012-achievements
2012-06-24 12:44:24 +02:00
SirCotare
7d140cb037 #1470 Parentum interface debugged...
--HG--
branch : gsoc2012-achievements
2012-06-21 22:45:27 +02:00
SirCotare
8886ed94b7 #1470 interface for inheritable child generation added
--HG--
branch : gsoc2012-achievements
2012-06-21 22:28:51 +02:00
SirCotare
139be8d7dd #1470 config options added; some cleanup
--HG--
branch : gsoc2012-achievements
2012-06-21 22:03:36 +02:00
SirCotare
3056f7b8e7 #1470 and here comes the ingame rendering
--HG--
branch : gsoc2012-achievements
2012-06-21 20:55:52 +02:00
SirCotare
bd822e3827 #1470 XMLApi connector initially finished; testing needed
--HG--
branch : gsoc2012-achievements
2012-06-18 21:17:44 +02:00
SirCotare
4e806d0956 #1470: data retrieval updates, though untested
--HG--
branch : gsoc2012-achievements
2012-06-18 19:49:40 +02:00
SirCotare
f39db9b0ca #1470 added dev flags
--HG--
branch : gsoc2012-achievements
2012-06-14 11:23:52 +02:00
SirCotare
c37c08ef53 #1470 achievement admin initial
--HG--
branch : gsoc2012-achievements
2012-06-11 18:53:04 +02:00
SirCotare
8aeabcd247 #1470 monday's commit: update on parser (still incomplete); wip datasources; initial monitoring cronjob (done); various minor changes, fixes and so
--HG--
branch : gsoc2012-achievements
2012-06-11 18:52:19 +02:00
kaetemi
67c2eb523f Changed: Different default type id for sound sheet id workaround 2012-06-05 19:11:43 +02:00
kaetemi
8a80c21661 Changed: Reserve sheet id with short id 0 for unknown sheet for new sheet types 2012-06-05 15:13:13 +02:00
kaetemi
6a806d82d2 Changed: Small optimization for sheet id constructor with default type 2012-06-05 14:03:38 +02:00
SirCotare
6d33124bc3 #1470 monday's push_all
--HG--
branch : gsoc2012-achievements
2012-06-04 21:23:14 +02:00
kaetemi
c618a29276 Reverted: Unnecessary changes to config and data from merge 2012-06-04 15:03:40 +02:00
kaetemi
5b22c91c93 Merged: From sound_dev to default (Summary: Sound CSheetId implementation, improved manual rolloff function performance) 2012-06-04 14:53:50 +02:00
kaetemi
a57881561b Fixed: Bad serialization of sound name in background sounds
--HG--
branch : sound_dev
2012-06-04 13:28:03 +02:00
kaetemi
fc8e83a0b9 Changed: Assign sane type id to temporary sound sheet ids
--HG--
branch : sound_dev
2012-06-04 13:27:12 +02:00
kaetemi
36eb2a3057 Changed: Tool build_soundbank can also work without sheet id bin
--HG--
branch : sound_dev
2012-06-04 12:37:56 +02:00
kaetemi
d3352cecf6 Changed: Removed some debug messages
--HG--
branch : sound_dev
2012-06-04 12:35:34 +02:00
SirCotare
41ce43d4b9 #1470 initial achievement tracker
--HG--
branch : gsoc2012-achievements
2012-06-04 00:34:26 +02:00
SirCotare
a71989e70f #1470 minor bugfixes with app rendering; added Tieable interface
--HG--
branch : gsoc2012-achievements
2012-06-03 23:03:33 +02:00
SirCotare
39e57873be #1470 bugfix in tie logics while rendering
--HG--
branch : gsoc2012-achievements
2012-06-03 20:53:01 +02:00
kaetemi
8a696b55e1 Fixed: Make build_soundbank tool work with latest changes
--HG--
branch : sound_dev
2012-06-03 16:00:43 +02:00
kaetemi
497ae4d09b Added: Temporary workaround for using sound sheet id without updated sheet id bin
--HG--
branch : sound_dev
2012-06-03 15:57:57 +02:00
kaetemi
6bc3ef2ba6 Changed: Also handle distMax with negative alpha in new manual rolloff function
--HG--
branch : sound_dev
2012-06-03 15:56:47 +02:00
SirCotare
f18e2a7a76 #1470 tied achievements added
--HG--
branch : gsoc2012-achievements
2012-06-03 15:04:04 +02:00
kaetemi
2fc601c556 Changed: Avoid some more sqrt calculations
--HG--
branch : sound_dev
2012-06-03 02:00:32 +02:00
kaetemi
19d2d91f86 Added: Specific code for amplitude based rolloff to avoid unneccesary log10 and pow calls and improve performance
--HG--
branch : sound_dev
2012-06-03 01:50:53 +02:00
kaetemi
221d04642a Changed: Debug messages
--HG--
branch : sound_dev
2012-06-02 23:06:48 +02:00
kaetemi
fc4d91fad2 Fixed: Sound CSheetId implementation
--HG--
branch : sound_dev
2012-06-02 18:12:38 +02:00
kaetemi
f79f3fca48 Fixed: Sound CSheetID implementation (part 3) (partially tested)
--HG--
branch : sound_dev
2012-06-02 16:06:10 +02:00
kaetemi
9cd7498fe9 Fixed: Sound CSheetID implementation (part 2) (not tested)
--HG--
branch : sound_dev
2012-06-02 15:24:21 +02:00
kaetemi
3608f0a429 Added: Additional constructor for CSheetId with default type, in case the user did not put the type with the sheet name
--HG--
branch : sound_dev
2012-06-02 15:21:03 +02:00
kaetemi
aa7598efe2 Fixed: Sound CSheetId implementation (part 1) (not tested)
--HG--
branch : sound_dev
2012-06-02 14:54:39 +02:00
kaetemi
35503d03e5 Added: Missing implementation of initWithoutSheet to use CSheetId without a sheet_id.bin, required for leveldesign and build tools
--HG--
branch : sound_dev
2012-06-02 14:53:11 +02:00
kaetemi
cab401fa13 Merged: From default to sound_dev
--HG--
branch : sound_dev
2012-06-02 11:09:14 +02:00
kaetemi
df5c53a6cf Merged: From gsoc2012-fabien r2211 to sound_dev
--HG--
branch : sound_dev
2012-06-02 10:57:01 +02:00
SirCotare
29d1d9372f #1470 class files moved; some rendering improvements;
--HG--
branch : gsoc2012-achievements
2012-05-31 15:15:36 +02:00
sfb
af454dd1cf Fixed EOL issues and added .hgeol file. 2012-05-29 08:31:11 -05:00
SirCotare
c4962725a3 #1470 Achievement summary added; improved menu handling; Class scheme (UML) added;
--HG--
branch : gsoc2012-achievements
2012-05-28 21:09:44 +02:00
SirCotare
454055ad7e #1470 working frontend + demo data; ingame rendering not included
--HG--
branch : gsoc2012-achievements
2012-05-27 21:08:28 +02:00
Fabien_HENON
a55297c29a Changed: #1469 StringId conversion to CSheetId for sounds
--HG--
branch : gsoc2012-fabien
2012-05-26 23:40:27 +02:00