Commit Graph

772 Commits

Author SHA1 Message Date
evilynux 78c9d2669a Adding the pot file to make translators' life easier. 2007-07-17 05:40:09 +00:00
evilynux 2ecb658a67 Code update. 2007-07-17 05:38:48 +00:00
evilynux cebb62f85d SI units, kilo: K => k. 2007-07-17 05:37:27 +00:00
evilynux 668ae1beca Size => Taille. 2007-07-17 05:34:22 +00:00
evilynux 7321ba207e Compact menu names, nicer UI width. 2007-07-17 05:27:07 +00:00
evilynux c835b90792 Really make gettext/intltool optionnal if gtk-glade isn't used. 2007-07-17 05:24:00 +00:00
evilynux b691df1e12 Silly me, fixed gtk-glade/gtk. Had broken it on purpose for testing. 2007-07-17 05:15:07 +00:00
evilynux b71913d04c - gettext is required only if the gtk-glade UI gets built.
- The po/ folder is not considered unless we build the gtk-glade UI (at least for now).
2007-07-17 04:57:18 +00:00
evilynux 83505dd539 Ignore debhelper files. 2007-07-17 04:39:49 +00:00
evilynux 52c3fb698d Everything about localization for gtk-glade UI.
Please add the information for the windows UI.
2007-07-17 04:36:16 +00:00
evilynux 0622d54fbe Ignore Makefile.in.in as intltoolize generates it (./autogen.sh). 2007-07-17 03:23:42 +00:00
evilynux 0a1e9496e0 Ignore the build-stamp. 2007-07-17 03:17:31 +00:00
evilynux 6c665becd3 Ignore empty directories. 2007-07-17 03:16:37 +00:00
evilynux ef6c026afe Mention intltool as intltoolize is required for binary builders. 2007-07-17 03:16:12 +00:00
evilynux d278c0d01b Games' localization files should be in /usr/share/locale like other applications. Therefore i'm removing the autogenerated files and generating with intltoolize again (use ./autogen.sh). 2007-07-17 03:15:13 +00:00
evilynux 70d406464f Games' localization files should be in /usr/share/locale like other applications. Therefore i'm removing the autogenerated files and generating with intltoolize again (use ./autogen.sh). 2007-07-17 03:06:49 +00:00
evilynux 779439e648 No need to specify localedir, configure does it. 2007-07-17 02:54:52 +00:00
evilynux b4250404f2 There's an annoying bug in /usr/share/intltool/Makefile.in.in requiring
me to modify it after a call to intltoolize (localedir).
Since i can't figure what's wrong, i'm commenting the call to intltoolize and
adding the corresponding files to CVS (at least for now).

Solution proposals are much welcome.
2007-07-16 05:38:22 +00:00
evilynux a6502b4c89 Updated desmume.pot. 2007-07-15 22:27:35 +00:00
evilynux b8e6cab2a2 Localization-friendly cmdline help. 2007-07-15 22:24:15 +00:00
evilynux 25edc80988 Full localization for gtk-glade. 2007-07-15 22:22:49 +00:00
evilynux 0b51d6a19b Respect standard: specify file encoding. 2007-07-15 22:21:35 +00:00
evilynux 8ba0b3ad66 Respect standard: this file specifies the supported languages. 2007-07-15 22:21:11 +00:00
evilynux 8387a28e90 Building from CVS copy requires a call to ./autogen.sh. 2007-07-15 21:54:05 +00:00
evilynux 330b90f16c Ignore temporary files. 2007-07-15 21:52:18 +00:00
evilynux 847ba0932b Full localization support for the gtk-glade UI (using gettext).
Note to builders: build with autotools will fail if gettext isn't available.
2007-07-15 21:50:31 +00:00
evilynux de83625389 Added call to intltoolize for localization (creates intl scripts so intltoolize isn't required at build time). 2007-07-15 21:46:22 +00:00
evilynux 5ba9259cb2 Fixed typo: Keyboad -> Keyboard. 2007-07-15 21:26:58 +00:00
thoduv 02a62d9103 I think this fixes the "odd offset problem" for 16 colors text bg (see sgstair's tests). (I hope I didn't broke something...) 2007-07-09 15:44:49 +00:00
cyberwarriorx 600da43945 -Fixed a typo 2007-07-08 23:46:40 +00:00
evilynux f7c0c7f361 Added change: proper detection of pkg-config macros. 2007-07-08 07:40:48 +00:00
cyberwarriorx d7aaa33821 -Updating the version for the next release
-Updated changelog to some degree. Everyone needs to be updating their stuff.
2007-07-08 00:21:46 +00:00
cyberwarriorx 926a08a0aa -Updating the version for the next release 2007-07-08 00:06:12 +00:00
evilynux eb23b54316 Target test before gtk/glade/gtkglext check no longer required as availability of pkg-config macros is now properly done. 2007-07-06 06:19:29 +00:00
evilynux dee854b989 gtk are gtk-glade UIs are reported to work on MacOSX (darwin)�.
I'm therefore enabling it.
� See http://forums.desmume.org/viewtopic.php?pid=1443#p1443 .
2007-07-04 00:38:38 +00:00
evilynux 9992f9c088 Required for some... 2007-07-03 12:09:26 +00:00
evilynux b1f89587ad AFAIK, bsd target is same as linux. 2007-07-01 20:07:35 +00:00
evilynux 76db3741f6 This should fix compilation on MacOSX.
- OpenGL flags moved to configure.ac as this is target specific.
- Removed -lglut as it's not used, we're using glu but not glut.
- Using "-framework OpenGL" for target darwin.
2007-07-01 19:26:24 +00:00
evilynux 6ff8ce93e2 There's no reason we shouldn't use autoreconf which has been available for some time now. Thanks Thomas Moulard for the reminder. 2007-06-29 09:18:52 +00:00
evilynux 8e5e44728e Applied patch from Thomas Moulard:
- Now possible to build in a separated directory;
- Fixes some autotools warnings (AM_PROG_CC_C_O used to be required for some versions of automake);
- desmume-cli now builds without having the gtkglext librairy installed (-lGL and -lglut were missing).
2007-06-29 09:01:46 +00:00
evilynux 3c9b5c33e4 DeSmuME should now build on all target platforms.
- Moved AM_INIT_AUTOMAKE below AC_CANONICAL_TARGET fixing warnings when autoconf is called.
- Fixed mecanism to detect pkg-config macros using m4_ifdef().
- Added a warning when pkg-config is not available.
2007-06-29 08:51:17 +00:00
evilynux 10edf43119 Updated to the latest version from the FSF. 2007-06-29 06:29:16 +00:00
masscat 080f54028d Added --version option. 2007-06-27 16:05:18 +00:00
masscat f47043f915 Use stencil buffer for determining 3D generated pixels, corrected clear depth, use GL_NEAREST for texture mapping as better match to DS behaviour. 2007-06-27 14:48:07 +00:00
masscat c48f792197 Added stencil buffer 2007-06-27 14:44:40 +00:00
evilynux de0c0d81a4 It's a bad idea to use autotools for debian files as they don't belong in the release tarball. 2007-06-26 03:56:04 +00:00
cyberwarriorx 2abbcbc6b0 -Can now configure and build code in msys again 2007-06-25 03:17:09 +00:00
masscat ac82b9fe8a Firmware language value setting. 2007-06-20 22:57:36 +00:00
masscat 6dcd2f44f3 Allow setting of firmware language value. 2007-06-20 14:29:11 +00:00
cyberwarriorx 90998b1e8b -Should now work on big endian 2007-06-18 22:34:42 +00:00