Commit Graph

2080 Commits (1eadeb0ed575c24b82bee2d1893589b5dfeb528b)
 

Author SHA1 Message Date
Fabien_HENON 1eadeb0ed5 Changed: #1469 Sound trigger client impulse implemented
--HG--
branch : gsoc2012-fabien
12 years ago
Fabien_HENON a019880cbd Changed: #1469 CEntityId to TDataSetIndex
--HG--
branch : gsoc2012-fabien
12 years ago
Fabien_HENON bda94764fa Changed: #1469 Adding sound triggers and camera animation messages
--HG--
branch : gsoc2012-fabien
12 years ago
Fabien_HENON f48f4d25aa Added: #1469 use of class TPositionOrEntity in actions, steps, modifiers, etc... + added serial function for this class
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON e0084d7f4b Added: #1469 class TPositionOrEntity and TPositionOrEntityHelper to contain either an entityId or a vector (DOES NOT COMPILE YET)
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON a46165e97f Added: #1469 deserialize information for sound triggers
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON e3edccf3ea Changed: #1469 location of position_or_entity_type.h because it's also used by the client +
Added: #1469 Declaration of impulses in the client

--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON fa194fa246 Added: #1469 Implementation of the shake modifier impulse
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON 95b28dc3bb Added: #1469 Implementation of sound trigger modifier impulse
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON a2acbb4988 Added: #1469 Base functions to send camera animation modifiers to the client
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON 0451f31350 Changed: #1469 All variables' type representing either a position or an entity to a TPositionOrEntity so that i can easily change what it contains
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON 2334512d63 Added: #1469 A way to get a modifier name
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON 1095975a3f Changed: #1469 The way to get the animation step name and to pass it to the serial function
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON e584749c5a Added: #1469 Impulse to tell the client when the animation is finished
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON 73d578b764 Added: #1469 First impulse sent to the client to tell him the animation starts + function to get the name of a step (defined using a define)
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON 5075bc80ef Added: #1469 sendCameraStep implementation for return animations
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON f7a1e6cdbe Added: #1469 sendCameraStep implementation for turn around animations
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON 5b8c34b25e Added: #1469 sendCameraStep implementation for follow entity animations
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON 027ec2ca98 Added: #1469 sendCameraStep implementation for go to animations
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON eb5769e0ef Added: #1469 Implementation of the sendCameraStep function for the basic animation + changing variables that express either a position or an entity from string to a type (to change it easily if needed)
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON b99cfc1557 Added: #1469 Base of the impulses for camera animation steps
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON 2d3b82ff57 Added: #1469 timer implementation to send camera animation steps in service
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON 2629c3cf5f Added: #1469 base functions to send the camera animation instructions
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON 2b954a23db Added: #1469 getDuration function to get the duration of the step (useful for timers)
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON e72956026a Added: #1469 Basis of the implementation of the camera animation action : function created but still empty
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON 5f51257a7d Added: #1469 Implementation of the sound trigger action
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON ec6af57aa6 Changed: #1469 Getting rid of a variable
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON a1c8c9dc8a Added: #1469 Camera animations current source files in CMake
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON be0fdfc666 Changed: #1469 Converting sound names to sheet id when parsing sound triggers (camera modifier and mission action)
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON ae6aeb5c22 Added: #1469 Parsing of sound_trigger action in missions
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON c997a32bf0 Added: #1469 Parsing of camera_animation action in missions
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON 4973f33005 Fixed: #1469 Bug in parsing camera animations
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON bb1740cfae Added: #1469 Parsing of camera animation sound trigger modifier
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON 3bf06cb247 Added: #1469 Parsing of camera animation shake modifier
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON d89477ff21 Added: #1469 Camera animation modifiers are added to camera animation steps
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON 2f8696133a Added: #1469 Base factory implementation for camera animation modifiers
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON a1c8a2561e Added: #1469 Base for parsing of camera animation modifiers
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON ed42786901 Added: #1469 Parsing of camera animation return step
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON 4a153d8e55 Added: #1469 Parsing of camera animation turn around step
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON 9df8440d38 Added: #1469 Parsing of camera animation entity to follow step
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON 043437e9b1 Added: #1469 Parsing of camera animation go to step
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON 10fdd4d28c Added: #1469 Base camera animation step and static animation step
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON 94c3b7b47c Added: #1469 Base containers for animation instructions
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON 0af5c0518b Added: #1469 Factory used in the CCameraAnimationManager class when parsing animations
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON 072d2e0385 Added: #1469 Factory for camera animation steps
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON a609fb6c4c Added: #1469 Basis of the camera animations parsing
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON 99b9ef33b8 Added: #1469 CCameraAnimationManager base singleton class for camera animation parsing and execution
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON 1e92233953 Merge with sound_dev
--HG--
branch : gsoc2012-fabien
13 years ago
kaetemi a57881561b Fixed: Bad serialization of sound name in background sounds
--HG--
branch : sound_dev
13 years ago
kaetemi fc8e83a0b9 Changed: Assign sane type id to temporary sound sheet ids
--HG--
branch : sound_dev
13 years ago