lubos
- Registered on: 09/22/2008
- Last connection: 06/17/2011
Activity
Reported issues: 11
06/17/2011
- 01:47 pm Ryzom Ryzom Game on GNU/Linux: RE: World Editor
- Word editor is in development
http://dev.ryzom.com/boards/16/topics/4900
01/19/2011
- 04:27 pm Ryzom Bug #1243 (New): Create man pages for binaries
- Each binary should have a man page.
05/25/2010
- 01:30 pm Ryzom Bug #935: Screenshots saved in a dedicated directory.
- Freedesktop has specification for user dirs: http://freedesktop.org/wiki/Software/xdg-user-dirs
05/21/2010
- 10:43 am Ryzom Support #924: upgrade to cegui 0.7.x
- Exists duplicate feature #602
05/17/2010
- 10:03 am Ryzom Bug #908: Incorrect method CMusicPlayer::previous()
- When is _CurrentSong 0 and is decremented, then plays random song.
(Little fix - _CurrentSong=_Songs.size()-1; ) - 09:47 am Ryzom Bug #908 (Closed): Incorrect method CMusicPlayer::previous()
- Better implementation is:
<prev>
if (_Songs.empty())
return;
if (_CurrentSong == 0)
_CurrentSong%=_Songs.siz...
02/02/2010
- 01:22 pm Ryzom Bug #791 (New): CEGUI sample contains non-free fonts
- tahoma.ttf
Commonv2c.ttf - 01:12 pm Ryzom Bug #790 (Closed): Spelling error in NELNS
- admin_executor_service begining beginning
admin_executor_service informations information
admin_service begining be... - 01:05 pm Ryzom Bug #789 (Closed): Fails To Build From Source with gcc-4.5
- Version 0.7.0 compiled without STLport has same problem like 0.5.0 from Debian:
http://bugs.debian.org/cgi-bin/bugre...
12/10/2009
- 05:42 pm Ryzom Bug #777: CMake: CONFIGURE_FILE for 2.8 Installation Fails
- possible solution
Also available in: Atom