0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'features/broker' More... about 12 years ago
added method for disabling user control (for cutscenes) More... about 12 years ago
Subtitles now stack on top of each other if two actors speak at the same time More... about 12 years ago
The dialog frontend no longer gets the speaker as a parameter as the dialog line itself now holds a reference to him More... about 12 years ago
Modified the demo's init script to demonstrate subtitle frontend working More... about 12 years ago
Added an option to the subtitle frontend to allow displaying the speakers name before the subtitle More... about 12 years ago
Added a gap between each line of dialog. Default is 300 More... about 12 years ago
Subtitle frontend now has option to center the subs More... about 12 years ago
Added a function to the subtitle frontend that allows setting the font to be used More... about 12 years ago
Subtitles now rendered last so they are not obscured by the foreground images More... about 12 years ago
Fixed an error in erasing from the queued subtitles vector that was causing an assertion error and crash More... about 12 years ago
Refactored a lot of the subtitle frontend Created a subtitle class which represents a subtitle on the screen and holds references to a text object and an actor's dialog line Still in a very rough state More... about 12 years ago
Say command queues subtitles and displays them in order for the specified time More... about 12 years ago
Started to replace the prototype text frontend with the subtitle frontend More... about 12 years ago
Merge branches 'subtitles' and 'features/dialog' into features/dialog More... over 12 years ago
Renamed DialogFrontendDefault class to DialogFrontendText. More... over 12 years ago
Removed unneeded include More... over 12 years ago
Initial implementation of a rendering frontend for actors' dialog lines. More... over 12 years ago
Moved implementation of a function into the .cc file of the Font class to prevent a circular dependancy issue I was having. More... over 12 years ago
Started a basic layout for the dialog frontend system. More... over 12 years ago
Added DialogLine to classes.h More... over 12 years ago
Merge branches 'develop' and 'features/dialog' into features/dialog More... over 12 years ago
Merge branches 'master' and 'features/dialog' into features/dialog More... over 12 years ago
Some tweaks to ensure develop compiles succesfully. More... over 12 years ago
Merge branch 'walkable_area' into develop More... over 12 years ago
Ground passes unit tests More... over 12 years ago
Merge remote-tracking branch 'remotes/feedelli/dialog' into features/dialog More... over 12 years ago
Minor formatting fixes. More... over 12 years ago
Merge branch 'hotfixes/boost_147_ioservice' More... over 12 years ago
Hotix: use get_io_service() in boost 1.47 More... over 12 years ago