scummvm/common
Eugene Sandulenko a0c58778f1 i18n: Update Russian translation
svn-id: r51574
2010-08-01 11:23:04 +00:00
..
algorithm.h JANITORIAL: Some small explanation about stability of sorting algorithms. 2010-07-30 23:42:50 +00:00
archive.cpp Fix our DECLARE_SINGLETON macro to conform to the C++ specs. 2010-03-13 21:55:49 +00:00
archive.h
array.h
config-file.cpp Fix spelling, cleanup 2010-06-15 12:33:20 +00:00
config-file.h
config-manager.cpp Print message when creating new INI; don't rewrite it directly after reading. 2010-04-13 10:08:17 +00:00
config-manager.h COMMON: Cleanup ConfigManager code 2010-03-29 20:31:23 +00:00
debug-channels.h Move DebugChannel related code to new header 2010-05-04 11:59:22 +00:00
debug.cpp Move DebugChannel related code to new header 2010-05-04 11:59:22 +00:00
debug.h Reduce indirect header dependencies further 2010-05-04 12:00:16 +00:00
endian.h Strip trailing spaces/tabs. 2010-01-25 01:39:44 +00:00
error.cpp Implement translation support for ScummVM GUI. 2010-06-15 10:44:51 +00:00
error.h Fix spelling, cleanup 2010-06-15 12:33:20 +00:00
EventDispatcher.cpp Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null 2010-01-03 19:37:43 +00:00
EventRecorder.cpp COMMON: Move Common::RandomSource to common/random.* 2010-03-18 15:07:11 +00:00
EventRecorder.h COMMON: Move Common::RandomSource to common/random.* 2010-03-18 15:07:11 +00:00
events.h Some documentation fixes. 2010-07-12 20:17:42 +00:00
file.cpp Hid hashed fileopening to debuglevel 8. 2010-06-15 10:19:06 +00:00
file.h Remove last traces of File::addDefaultDirectory 2010-02-09 22:37:13 +00:00
frac.h
fs.cpp Whitespace fix. 2010-04-13 16:13:48 +00:00
fs.h cleanup 2010-02-13 11:57:01 +00:00
func.h
hash-str.h
hashmap.cpp
hashmap.h Remove PalmOS port 2010-07-17 18:41:38 +00:00
iff_container.h
keyboard.h Update Common::KeyState comments 2010-02-23 22:50:28 +00:00
list_intern.h allowed list to be sorted with default comparator 2009-12-27 14:13:39 +00:00
list.h
macresman.cpp Fixed some Cppcheck warnings. (There are plenty left, if anyone's wondering.) 2010-06-21 19:32:25 +00:00
macresman.h Make the MacResManager opening more robust to failed tries and plug its memory leaks 2010-05-20 13:46:18 +00:00
md5.cpp
md5.h
memorypool.cpp Some style fixes. 2010-03-20 13:18:47 +00:00
memorypool.h Some style fixes. 2010-03-20 13:18:47 +00:00
messages.cpp i18n: Update Russian translation 2010-08-01 11:23:04 +00:00
module.mk Do not rebuild common/messages.cpp automatically when a translation changes, but require the user to do "make update-translations". 2010-06-18 02:08:00 +00:00
mutex.cpp
mutex.h
noncopyable.h
pack-end.h
pack-start.h
ptr.h Strip trailing whitespaces in our common code base. 2010-07-21 18:17:51 +00:00
queue.h
random.cpp COMMON: Move Common::RandomSource to common/random.* 2010-03-18 15:07:11 +00:00
random.h COMMON: Move Common::RandomSource to common/random.* 2010-03-18 15:07:11 +00:00
rational.cpp Minor formatting. 2010-05-17 22:17:42 +00:00
rational.h Get rid of Common::Rational::normalize and other redundant code 2010-05-17 22:08:40 +00:00
rect.h Patch #2973290: Semicolon cleanup 2010-03-22 20:28:08 +00:00
savefile.h Fix spelling, cleanup 2010-06-15 12:33:20 +00:00
scummsys.h Remove PalmOS port 2010-07-17 18:41:38 +00:00
serializer.h
singleton.h Strip trailing whitespaces in our common code base. 2010-07-21 18:17:51 +00:00
stack.h
str-array.h COMMON: Get rid of Common::StringList 2010-03-18 15:54:40 +00:00
str.cpp Note Common::String's behaviour may be undefined with \0 characters. 2010-07-05 21:29:52 +00:00
str.h Note Common::String's behaviour may be undefined with \0 characters. 2010-07-05 21:29:52 +00:00
stream.cpp Fix spelling, cleanup 2010-06-15 12:33:20 +00:00
stream.h Added seek() method to MemoryWriteStreamDynamic. 2010-06-15 10:34:14 +00:00
system.cpp
system.h Fix spelling, cleanup 2010-06-15 12:33:20 +00:00
textconsole.cpp Strip trailing whitespaces in our common code base. 2010-07-21 18:17:51 +00:00
textconsole.h
timer.h
tokenizer.cpp Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp). 2010-03-20 12:56:56 +00:00
tokenizer.h Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp). 2010-03-20 12:56:56 +00:00
translation.cpp i18n: use user friendly language names in GUI 2010-07-31 15:46:43 +00:00
translation.h i18n: use user friendly language names in GUI 2010-07-31 15:46:43 +00:00
types.h Move DisposeAfterUse::Flag from Common to global namespace, and into a new header common/types.h 2010-01-08 22:07:35 +00:00
unarj.cpp Strip trailing whitespaces in our common code base. 2010-07-21 18:17:51 +00:00
unarj.h Hide ZipArchive implementation, only expose it via factory functions: makeZipArchive() 2010-02-13 11:56:30 +00:00
unzip.cpp unzip.cpp can read uncompressed ZIP archives even when zlib is not linked in 2010-06-29 06:33:31 +00:00
unzip.h unzip.cpp can read uncompressed ZIP archives even when zlib is not linked in 2010-06-29 06:33:31 +00:00
util.cpp Strip trailing whitespaces in our common code base. 2010-07-21 18:17:51 +00:00
util.h Fix update of GUI options, which only differ in the language setting. 2010-07-05 20:10:56 +00:00
xmlparser.cpp Fix virtual-keyboard not changing size, when the user changes the scaler while it is not visible. 2010-01-25 02:08:28 +00:00
xmlparser.h
zlib.cpp
zlib.h