Commit Graph

2061 Commits (eb5769e0ef5dec6000a01a0fc3af74defe70a43c)
 

Author SHA1 Message Date
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
kaetemi 36eb2a3057 Changed: Tool build_soundbank can also work without sheet id bin
--HG--
branch : sound_dev
13 years ago
kaetemi d3352cecf6 Changed: Removed some debug messages
--HG--
branch : sound_dev
13 years ago
kaetemi 8a696b55e1 Fixed: Make build_soundbank tool work with latest changes
--HG--
branch : sound_dev
13 years ago
kaetemi 497ae4d09b Added: Temporary workaround for using sound sheet id without updated sheet id bin
--HG--
branch : sound_dev
13 years ago
kaetemi 6bc3ef2ba6 Changed: Also handle distMax with negative alpha in new manual rolloff function
--HG--
branch : sound_dev
13 years ago
kaetemi 2fc601c556 Changed: Avoid some more sqrt calculations
--HG--
branch : sound_dev
13 years ago
kaetemi 19d2d91f86 Added: Specific code for amplitude based rolloff to avoid unneccesary log10 and pow calls and improve performance
--HG--
branch : sound_dev
13 years ago
kaetemi 221d04642a Changed: Debug messages
--HG--
branch : sound_dev
13 years ago
kaetemi fc4d91fad2 Fixed: Sound CSheetId implementation
--HG--
branch : sound_dev
13 years ago
kaetemi f79f3fca48 Fixed: Sound CSheetID implementation (part 3) (partially tested)
--HG--
branch : sound_dev
13 years ago
kaetemi 9cd7498fe9 Fixed: Sound CSheetID implementation (part 2) (not tested)
--HG--
branch : sound_dev
13 years ago
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
13 years ago
kaetemi aa7598efe2 Fixed: Sound CSheetId implementation (part 1) (not tested)
--HG--
branch : sound_dev
13 years ago
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
13 years ago
Fabien_HENON 7b8e98834d Added: #1469 speed parameter for camera movement: turn around
--HG--
branch : gsoc2012-fabien
13 years ago
kaetemi cab401fa13 Merged: From default to sound_dev
--HG--
branch : sound_dev
13 years ago
kaetemi df5c53a6cf Merged: From gsoc2012-fabien r2211 to sound_dev
--HG--
branch : sound_dev
13 years ago
Fabien_HENON afbbced99b Added: #1469 A check in the mission compiler to be sure camera animations referenced by missions exist in the primitive
--HG--
branch : gsoc2012-fabien
13 years ago
Fabien_HENON 477c53fd61 Added: #1469 A return camera animation action that make the camera returns to its starting position
--HG--
branch : gsoc2012-fabien
13 years ago