Commit graph

1559 commits

Author SHA1 Message Date
Fabien_HENON
4c376cc56e Changed: : Updating world_editor documentation. Adding a primitive for guild missions 2011-08-14 19:39:35 +02:00
Fabien_HENON
2afce02712 Changed: : Debug for the guild missions. Now it works ! 2011-08-04 17:04:49 +02:00
Fabien_HENON
27d920c495 Changed: : Message concerning the number of times a mission needs to be completed 2011-07-25 14:09:13 +02:00
Fabien_HENON
12f624a7a5 Changed: : Update of CMissionStepDoMissions to support missions done several times (by different guild members) 2011-07-25 12:27:19 +02:00
Fabien_HENON
6f34bec144 Changed: : 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 2011-07-23 18:14:31 +02:00
Fabien_HENON
c56fb0762d Changed: : Revert modifications for the objectives in the mission compiler (i changed the way i will do it) 2011-07-23 15:56:32 +02:00
Fabien_HENON
1a6f2ecc40 Changed: : Revert modifications for the objectives in the world_editor_classes.xml (i changed the way i will do it) 2011-07-23 15:51:46 +02:00
Fabien_HENON
72629b83b9 Changed: : Implementation of the "guild" parameter for the "destroy_item" action 2011-07-20 22:09:01 +02:00
Fabien_HENON
2558e79ea1 Changed: : Implementation of the "guild" parameter for the "recv_named_item" action 2011-07-20 21:08:53 +02:00
Fabien_HENON
42adc7f469 Changed: : Implementation of the "guild" parameter for the "recv_item" action 2011-07-20 20:33:52 +02:00
Fabien_HENON
bc4ac5dac6 Changed: : Implementation of the "guild" parameter for the "recv_fame" action 2011-07-20 18:41:30 +02:00
Fabien_HENON
0feeb05359 Changed: : Implementation of the "guild" parameter for the "recv_money" action 2011-07-19 19:10:12 +02:00
Fabien_HENON
310d027d2c Changed: : Parsing the "guild" parameter for the actions that need it. 2011-07-19 18:39:29 +02:00
Fabien_HENON
67bc278aea Changed: : Debug of the options added in the script (';' replaced by ':' for parameters separation) 2011-07-19 18:10:28 +02:00
Fabien_HENON
713f976748 Changed: : Implementation of the cbClientGroupAbandonMission for the guilds 2011-07-18 19:37:59 +02:00
Fabien_HENON
d5b1fbd5b0 Changed: : Add implementation of functions to process mission events for guild missions 2011-07-04 15:57:02 +02:00
Fabien_HENON
70b16fc877 Changed: : Adding mission histories for CGuild 2011-07-04 15:06:11 +02:00
Fabien_HENON
46b592db13 Changed: : Adding guild mission support in functions acceptExchange and processMissionEventList of the CCharacter class 2011-07-04 13:57:11 +02:00
Fabien_HENON
f41994dfff Changed: : Adding Guild mission support in function tickUpdate of CCharacter 2011-07-04 12:38:42 +02:00
Fabien_HENON
5955b44550 Changed: : Implementation of basic CGuild functions for guild missions 2011-06-29 14:44:30 +02:00
Fabien_HENON
a369dbc942 Changed: : Add guild missions prerequisites. 2011-06-20 16:08:12 +02:00
Fabien_HENON
3479178476 Changed: : Instanciation of guild missions. 2011-06-20 15:15:07 +02:00
Fabien_HENON
7264e6c1bf Changed: : Updating CMissionGuild for guild missions.
Implementation of the functions:
- updateUsersJournalEntry
- clearUsersJournalEntry
2011-06-07 14:42:00 +02:00
Fabien_HENON
9128f754fc Changed: : 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.
2011-05-31 22:00:27 +02:00
Fabien_HENON
15e3cb3dd6 Changed: : 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.
2011-05-31 16:22:57 +02:00
Fabien_HENON
bda12f559e Merge default to gsoc2011-guildmissions 2011-05-30 17:05:13 +02:00
kervala
aee331a52c Merge with gsoc2011-guildmissions 2011-05-30 13:33:07 +02:00
kervala
cce05665dd Changed: Added new actions comments for translation_tools 2011-05-30 13:31:18 +02:00
Fabien_HENON
a059141e57 Merge 2011-05-30 12:01:24 +02:00
aquiles
44c23327e0 Changed: added leveldesign path dock widget 2011-05-29 22:30:06 +02:00
sfb
4dd8f89943 merge 2011-05-29 14:09:15 -05:00
sfb
50d15e4c86 Changed: Applied patch fixing the mission_compiler_lib build under Linux 2011-05-29 14:08:46 -05:00
aquiles
b18538eb69 Merge 2011-05-29 18:04:38 +02:00
aquiles
fdefb39d67 Changed: basic structure for georges editor plugin added 2011-05-29 17:58:48 +02:00
kervala
8e6cdce8ee Fixed: Compilation with VC++ 2010 without STLport 2011-05-29 17:55:18 +02:00
kervala
35a4beeec3 Added: VC++ flags to fix some warnings and errors 2011-05-29 17:54:58 +02:00
kervala
49c3ae1b85 Changed: Remove all warnings when compiling Ryzom 2011-05-29 16:23:08 +02:00
kervala
44b7912330 Changed: Remove all warnings when compiling Ryzom 2011-05-29 16:20:34 +02:00
kervala
5da70e5d9d Changed: Remove all warnings when compiling Ryzom 2011-05-29 13:57:31 +02:00
kervala
bc994d4bec Changed: Use of CFile::createEmptyFile
Changed:  Replace atoi and sscanf by fromString when it's possible
2011-05-29 13:57:08 +02:00
aquiles
2d12ef943d Changed: log plugin saves changes now and loads/unloads displayer on the fly 2011-05-28 22:06:01 +02:00
aquiles
56cf892b9c Changed: fixed bug on context update when only core plugin is loaded 2011-05-28 19:23:00 +02:00
kervala
fbec2565e9 Changed: Compilation with VC++ 2010 without STLport 2011-05-28 15:52:48 +02:00
kervala
685ab0f488 Merge with gsoc2011-worldeditorqt 2011-05-28 15:47:16 +02:00
dnk-88
c0c5c2ba60 merge from default 2011-05-27 20:33:55 +03:00
dnk-88
d7ce82b4bf Changed: Added undo/redo framework in core plugin. 2011-05-27 19:21:16 +03:00
dnk-88
fbbdb15ad2 Changed: 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. 2011-05-27 17:06:30 +03:00
sfb
8f3350180a merge 2011-05-27 08:38:05 -05:00
rti
a0b1d0e778 Changed: Let Qt handle events in GraphicsViewport widget as well (solves focus problem, tested on mac) 2011-05-26 23:29:56 +02:00
rti
3fdd571b49 merge 2011-05-26 21:55:10 +02:00