Menu

Source (svn, archived) Commit Log


Commit Date  
[r45] by ral

several fixes concerning NLS :
- command line option --lang did not work (args were parsed after NLS init)
- entering options menu did auto-reset language to option value even when user
selected other language via --lang command line
- clicking through languages in options-menu and selecting default did set
language to last concrete language in menu (Netherlands) - valid only on
user accounts without env var "LANG" (Windows standard)
- unix default lang selection changed to prefer user defaults to system,
specific to general
- language change from option menu within a level did not retranslate buttons
in exitsting level and main menu
- introduced instant language change of option menu on language selection
- svn ignore added for generated NLS sed file

Note: - all button and label messages are now N_("...") -- they will be translated
by the widgets get_text() methods!
- a new widget UntranslatedStaticTextButton is provided for levelpacks

2005-09-06 07:58:56 Tree
[r44] by ral

bug fix for error message "Invalid actor number" introduced in r26/r27;
message occured in case of thumb generation before first level was played.

2005-08-25 22:23:45 Tree
[r43] by ral

addition to r42: svn:ignore and svn:executable added for further files.

2005-08-25 20:33:31 Tree
[r42] by ral

svn:eol-style native added for all editable files (Windows support);
files with mixed eol-style corrected;
svn:ignore added for Makefile.in and other generated files;
doc/*/*.html and further generated files deleted from repository;
svn:mime-type for png narrowed from application/octet-stream to image/png;
src/enigma.doxygen.fulldoc updated to new ecl path;
mkinstalldirs reinserted from v0.92 distribution;
;
Please activate autoprops in your .subverion/config file:
[miscellany]
enable-auto-props = yes
[auto-props]
*.am = svn:eol-style=native
*.c = svn:eol-style=native
*.cc = svn:eol-style=native
*.cpp = svn:eol-style=native
*.h = svn:eol-style=native
*.hh = svn:eol-style=native
*.lua = svn:eol-style=native
*.png = svn:mime-type=image/png
*.po = svn:eol-style=native
*.sh = svn:eol-style=native;svn:executable
*.texi = svn:eol-style=native
*.txt = svn:eol-style=native
...

2005-08-23 19:51:33 Tree
[r41] by dheck

game.cc
menus.cc
- cleanup

server.cc
- level previews are now created from the correct region of the level

2005-08-21 21:52:17 Tree
[r40] by dheck

- link to winmm library when cross-compiling, should fix linker error
- source cleanup

2005-08-21 20:37:18 Tree
[r39] by dheck

- applied patch by Tacvek
- untabified some of the source code

2005-08-12 09:04:21 Tree
[r38] by ral

Docs updated for texi2html 1.76 compatibility
Please update your texi2html to 1.76 (http://www.nongnu.org/texi2html/)
and reconfigure enigma. The docs are no longer compatible to 1.66!

2005-08-12 08:55:15 Tree
[r37] by dheck

- updated enet to latest CVS version

2005-08-12 07:24:43 Tree
[r36] by dheck

- small manual update

2005-08-07 09:52:10 Tree
Older >