Mark Vejvoda
c4dc1e616b
- added support for pixel buffers and use it for color picking (eventually for screenshots)
2011-12-13 19:52:17 +00:00
Mark Vejvoda
2dd2afb296
- changed selection code to use color picking, can disable using new ini setting:
...
EnableColorPicking=false
2011-12-13 01:30:52 +00:00
Mark Vejvoda
b6d7d1234c
- incremented version to 3.6.1-dev
...
- a few changes to opengl version checking (now uses glew)
2011-12-06 01:34:51 +00:00
Mark Vejvoda
01ea0787a3
- a few more updates to cut down on RAM use for headless server
2011-12-03 00:39:03 +00:00
Mark Vejvoda
8bdf863636
- cleanup of masterserver global flag
...
- attempt to cut down on resources required for masterserver mode to minimize RAM
2011-12-02 22:04:02 +00:00
Mark Vejvoda
66f44ff7c4
- more cleanup from cppcheck (using eclipse plugin now)
2011-12-02 17:46:02 +00:00
Mark Vejvoda
d33e1174a5
- bugfixes related to cppcheck report
...
- bugfixes found using valgrind (memory leaks)
2011-12-02 16:07:59 +00:00
Mark Vejvoda
30972bcddb
corrected font alingment when using combination of newline and tabs
2011-11-28 15:59:38 +00:00
Mark Vejvoda
1658306b59
- fixed debug output font position --> just for you james!
2011-11-28 05:54:31 +00:00
Mark Vejvoda
ef125238e8
- continue trying to fix network issues
2011-11-25 22:38:25 +00:00
Mark Vejvoda
cc1480fbe1
-re-enabled ftgl as default font renderer, as i have no more patience to get the other renderer working before a release.
2011-11-20 06:09:18 +00:00
Mark Vejvoda
b3879ce35a
mac osx build
2011-11-19 20:11:41 +00:00
Mark Vejvoda
646ec7707a
only update the font vertex buffer if text or color changed
2011-11-19 18:25:16 +00:00
Mark Vejvoda
53e1610234
- cleanup of header files related to opengl / glew
2011-11-19 10:13:27 +00:00
Mark Vejvoda
cef0577e3e
- added commented out debug code for future ref
2011-11-19 09:49:52 +00:00
Mark Vejvoda
127382441f
- fixed build on windows
2011-11-19 08:09:33 +00:00
Mark Vejvoda
3fd8c1ef90
- updated findfont method to be shared and to use more default fonts if main ones are not found
2011-11-19 07:35:12 +00:00
Mark Vejvoda
ce68ca0a7d
- fixed freetype check for FT_Library_SetLcdFilterWeights (requires v 2.4.0 minimum)
2011-11-19 05:34:04 +00:00
Mark Vejvoda
cd6b961a3b
small tweak to font height calc
2011-11-19 02:31:47 +00:00
Mark Vejvoda
3ef4692b23
bugfixes for proper horizontal rendering of multibyte fonts
2011-11-18 20:54:41 +00:00
Mark Vejvoda
31fafe4528
- fixed up font alignment and added a way to force ftgl font mode:
...
--force-ftglfonts
2011-11-18 19:53:56 +00:00
Mark Vejvoda
48da13808f
- fixed newline font calc for non english languages
2011-11-18 16:18:36 +00:00
Mark Vejvoda
316739c5bd
- fixed Linux build
2011-11-18 08:42:50 +00:00
Mark Vejvoda
d0acde5d88
- fixed freetype-gl on windows compiler
...
- deprecated ancient opengl extension code and replaced it with glew
- testing new font renderer on windows (still in progress need to fix newlines)
(now need to check the Linux build and possibly make adjustments)
2011-11-18 08:28:42 +00:00
Mark Vejvoda
0e9b4851fd
fixed new font rendering on Linux and removed glew dependency
2011-11-18 00:28:45 +00:00
Mark Vejvoda
ab9243ea38
- got freetype-gl working under windows
2011-11-17 23:21:08 +00:00
Mark Vejvoda
c751c1a2cf
- a few minor bugfixes
2011-11-17 21:36:29 +00:00
Mark Vejvoda
0f195ca9e4
- render bugfix for new font renderer
2011-11-17 10:11:23 +00:00
Mark Vejvoda
2251a7b2dc
- added freetype-gl rendered and set as default font renderer (see: http://code.google.com/p/freetype-gl/ )
2011-11-17 09:56:25 +00:00
Titus Tscharntke
29d535894e
We try it with the bold font.
2011-11-15 23:57:46 +00:00
Mark Vejvoda
8f2e7ef5af
- updated to compile compatible with libpng1.5
2011-11-14 07:16:51 +00:00
Titus Tscharntke
c346569de1
reverted accidently checked in file
2011-11-06 01:08:59 +00:00
Titus Tscharntke
d19a5930a6
release related things
2011-11-06 00:58:21 +00:00
Mark Vejvoda
6f6544e837
- fixed text width calculation
...
- updated JApanese translation (thanks Hagekura)
2011-11-03 14:29:35 +00:00
Mark Vejvoda
5dcd9d8714
fixed UI placement of playername in menus
2011-11-02 19:02:25 +00:00
Mark Vejvoda
bcc97704b6
got ftgl raster fonts working when ini setting is:
...
Enable3DFontRendering=false and NOT running legacy font mode
2011-11-02 00:17:57 +00:00
Mark Vejvoda
3dfd316484
fixed legacyfont
2011-11-01 23:51:28 +00:00
Mark Vejvoda
e15d9cab5d
attempt to see if eariler init helps on macosx
2011-11-01 20:07:18 +00:00
Mark Vejvoda
a2110f21c7
see if this helps fix macosx issue
2011-11-01 16:40:29 +00:00
Mark Vejvoda
50adfb3305
- added ability to switch languages from nearly anywhere (and new hotkeys to do so):
...
CTRL+L shows language popup selection, CTRL+SHIFT+L toggles to next language automatically
2011-10-25 18:39:11 +00:00
Mark Vejvoda
6bf2d2697e
- fix for compiling md5 files on windows
2011-10-18 06:09:58 +00:00
Mark Vejvoda
a2ae980986
- added md5 code to project (but not actively used, only compiled)
2011-10-18 04:32:02 +00:00
Mark Vejvoda
5b7329594c
- merging in changes from weltall for macosx
2011-10-18 01:13:38 +00:00
Mark Vejvoda
26afb589a3
- code cleanup (removing / commenting uneeded items)
2011-10-17 20:56:11 +00:00
Mark Vejvoda
5f0f6e322e
-bugfix for bad static initialization
2011-10-14 21:09:08 +00:00
Mark Vejvoda
e090df259d
- bugfix for font height calc
...
- updated intro
2011-10-07 19:53:07 +00:00
Mark Vejvoda
7ce7230b2c
- compile fix on windows
2011-10-05 14:09:03 +00:00
Mark Vejvoda
d37d360e21
- no more crash when ftgl raises font gl errors, just output to console and continue rendering
2011-10-05 05:59:44 +00:00
Titus Tscharntke
555e88f464
I accidently checked in a test value. ( reverted now )
2011-10-05 00:23:01 +00:00
Titus Tscharntke
a011cb3b26
Font LinBiolinum_Re-0.6.4.ttf is default now and some default values are set according to this font.
2011-10-04 23:49:34 +00:00