Fabien_HENON
55e1452fe1
Changed: #1304 : Updating world_editor documentation. Adding a primitive for guild missions
...
--HG--
branch : gsoc2011-guildmissions
2011-08-14 19:39:35 +02:00
Fabien_HENON
ff5da0aa22
Changed: #1304 : Debug for the guild missions. Now it works !
...
--HG--
branch : gsoc2011-guildmissions
2011-08-04 17:04:49 +02:00
Fabien_HENON
1f057afe91
Changed: #1304 : Message concerning the number of times a mission needs to be completed
...
--HG--
branch : gsoc2011-guildmissions
2011-07-25 14:09:13 +02:00
Fabien_HENON
6462021f14
Changed: #1304 : Update of CMissionStepDoMissions to support missions done several times (by different guild members)
...
--HG--
branch : gsoc2011-guildmissions
2011-07-25 12:27:19 +02:00
Fabien_HENON
78dbefb759
Changed: #1304 : Checks in the mission compiler if the do_mission objective is correct (for a guild mission) when we add a number (the number of members from the guild needed to complete the mission) after a mission name
...
--HG--
branch : gsoc2011-guildmissions
2011-07-23 18:14:31 +02:00
Fabien_HENON
9f05d66a81
Changed: #1304 : Revert modifications for the objectives in the mission compiler (i changed the way i will do it)
...
--HG--
branch : gsoc2011-guildmissions
2011-07-23 15:56:32 +02:00
Fabien_HENON
12fe8693d5
Changed: #1304 : Revert modifications for the objectives in the world_editor_classes.xml (i changed the way i will do it)
...
--HG--
branch : gsoc2011-guildmissions
2011-07-23 15:51:46 +02:00
Fabien_HENON
5762e00236
Changed: #1304 : Implementation of the "guild" parameter for the "destroy_item" action
...
--HG--
branch : gsoc2011-guildmissions
2011-07-20 22:09:01 +02:00
Fabien_HENON
757f393db1
Changed: #1304 : Implementation of the "guild" parameter for the "recv_named_item" action
...
--HG--
branch : gsoc2011-guildmissions
2011-07-20 21:08:53 +02:00
Fabien_HENON
5ac224b5af
Changed: #1304 : Implementation of the "guild" parameter for the "recv_item" action
...
--HG--
branch : gsoc2011-guildmissions
2011-07-20 20:33:52 +02:00
Fabien_HENON
cb6b4ac917
Changed: #1304 : Implementation of the "guild" parameter for the "recv_fame" action
...
--HG--
branch : gsoc2011-guildmissions
2011-07-20 18:41:30 +02:00
Fabien_HENON
af4d2d6236
Changed: #1304 : Implementation of the "guild" parameter for the "recv_money" action
...
--HG--
branch : gsoc2011-guildmissions
2011-07-19 19:10:12 +02:00
Fabien_HENON
2d1ce64c38
Changed: #1304 : Parsing the "guild" parameter for the actions that need it.
...
--HG--
branch : gsoc2011-guildmissions
2011-07-19 18:39:29 +02:00
Fabien_HENON
185603b5e6
Changed: #1304 : Debug of the options added in the script (';' replaced by ':' for parameters separation)
...
--HG--
branch : gsoc2011-guildmissions
2011-07-19 18:10:28 +02:00
Fabien_HENON
875d46f9b5
Changed: #1304 : Implementation of the cbClientGroupAbandonMission for the guilds
...
--HG--
branch : gsoc2011-guildmissions
2011-07-18 19:37:59 +02:00
Fabien_HENON
e46422c041
Changed: #1304 : Add implementation of functions to process mission events for guild missions
...
--HG--
branch : gsoc2011-guildmissions
2011-07-04 15:57:02 +02:00
Fabien_HENON
e92762ad8b
Changed: #1304 : Adding mission histories for CGuild
...
--HG--
branch : gsoc2011-guildmissions
2011-07-04 15:06:11 +02:00
Fabien_HENON
74a6cc26e6
Changed: #1304 : Adding guild mission support in functions acceptExchange and processMissionEventList of the CCharacter class
...
--HG--
branch : gsoc2011-guildmissions
2011-07-04 13:57:11 +02:00
Fabien_HENON
c175338c7f
Changed: #1304 : Adding Guild mission support in function tickUpdate of CCharacter
...
--HG--
branch : gsoc2011-guildmissions
2011-07-04 12:38:42 +02:00
Fabien_HENON
19cfe26032
Changed: #1304 : Implementation of basic CGuild functions for guild missions
...
--HG--
branch : gsoc2011-guildmissions
2011-06-29 14:44:30 +02:00
Fabien_HENON
a7f4bfa718
Changed: #1304 : Add guild missions prerequisites.
...
--HG--
branch : gsoc2011-guildmissions
2011-06-20 16:08:12 +02:00
Fabien_HENON
ef009ebc90
Changed: #1304 : Instanciation of guild missions.
...
--HG--
branch : gsoc2011-guildmissions
2011-06-20 15:15:07 +02:00
Fabien_HENON
c4d39b2f98
Changed: #1304 : Updating CMissionGuild for guild missions.
...
Implementation of the functions:
- updateUsersJournalEntry
- clearUsersJournalEntry
--HG--
branch : gsoc2011-guildmissions
2011-06-07 14:42:00 +02:00
Fabien_HENON
91fef65450
Changed: #1304 : mission_compiler actions: add new ones, check and script generation
...
Add 2 new actions for the mission compiler: recv_charge_point and
give_control.
Add the 'guild' option for some actions: check if the mission is
valid, and change the script generation to add this option.
--HG--
branch : gsoc2011-guildmissions
2011-05-31 22:00:27 +02:00
Fabien_HENON
bab4b3af21
Changed: #1304 : mission_compiler objectives: check and script generation
...
mission compiler now checks if we are not asking several guild
members to complete an objective whereas the mission is not a
guild mission.
It also generates the 'nb_guild_members_needed' parameter for
objectives in the script.
--HG--
branch : gsoc2011-guildmissions
2011-05-31 16:22:57 +02:00
Fabien_HENON
db5248f694
Merge default to gsoc2011-guildmissions
...
--HG--
branch : gsoc2011-guildmissions
2011-05-30 17:05:13 +02:00
kervala
437657af2d
Merge with gsoc2011-guildmissions
2011-05-30 13:33:07 +02:00
kervala
d245af6529
Changed: #878 Added new actions comments for translation_tools
2011-05-30 13:31:18 +02:00
Fabien_HENON
5fc9d23984
Merge
...
--HG--
branch : gsoc2011-guildmissions
2011-05-30 12:01:24 +02:00
aquiles
d9c7bc8128
Changed: #1306 added leveldesign path dock widget
2011-05-29 22:30:06 +02:00
sfb
2039038973
merge
2011-05-29 14:09:15 -05:00
sfb
977a6a7fd0
Changed: Applied patch fixing the mission_compiler_lib build under Linux
2011-05-29 14:08:46 -05:00
aquiles
138383a0d1
Merge
2011-05-29 18:04:38 +02:00
aquiles
7fdf6776df
Changed: #1306 basic structure for georges editor plugin added
2011-05-29 17:58:48 +02:00
kervala
ce09bea89d
Fixed: Compilation with VC++ 2010 without STLport
2011-05-29 17:55:18 +02:00
kervala
b2585e21f6
Added: VC++ flags to fix some warnings and errors
2011-05-29 17:54:58 +02:00
kervala
230039a5c3
Changed: #825 Remove all warnings when compiling Ryzom
2011-05-29 16:23:08 +02:00
kervala
c11e81dd7c
Changed: #825 Remove all warnings when compiling Ryzom
2011-05-29 16:20:34 +02:00
kervala
bf23d8c3a4
Changed: #825 Remove all warnings when compiling Ryzom
2011-05-29 13:57:31 +02:00
kervala
a27b6cd2bd
Changed: Use of CFile::createEmptyFile
...
Changed: #142 Replace atoi and sscanf by fromString when it's possible
2011-05-29 13:57:08 +02:00
aquiles
16e379084f
Changed: #1206 log plugin saves changes now and loads/unloads displayer on the fly
2011-05-28 22:06:01 +02:00
aquiles
c39bd25ef3
Changed: #1206 fixed bug on context update when only core plugin is loaded
2011-05-28 19:23:00 +02:00
kervala
8208ec219b
Changed: Compilation with VC++ 2010 without STLport
2011-05-28 15:52:48 +02:00
kervala
8226e000b2
Merge with gsoc2011-worldeditorqt
2011-05-28 15:47:16 +02:00
dnk-88
a613b2f60b
merge from default
...
--HG--
branch : gsoc2011-worldeditorqt
2011-05-27 20:33:55 +03:00
dnk-88
279d765e38
Changed: #1303 Added undo/redo framework in core plugin.
...
--HG--
branch : gsoc2011-worldeditorqt
2011-05-27 19:21:16 +03:00
dnk-88
79c5f51c0e
Changed: #1303 Each context must have its own file open dialog, which will be called when the context is active. The beginning of work on adding undo/redo.
...
--HG--
branch : gsoc2011-worldeditorqt
2011-05-27 17:06:30 +03:00
sfb
824243a7af
merge
2011-05-27 08:38:05 -05:00
rti
4da03cdf6e
Changed: #1193 Let Qt handle events in GraphicsViewport widget as well (solves focus problem, tested on mac)
2011-05-26 23:29:56 +02:00
rti
4a8749b06f
merge
2011-05-26 21:55:10 +02:00