ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Client.xs
Revision 1.133 - (view) (download) (annotate) - [select for diffs]
Sun Jul 30 13:16:44 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-0_2
Changes since 1.132: +69 -69 lines
Diff to previous 1.132 , to selected 1.129
the big rename

Revision 1.132 - (view) (download) (annotate) - [select for diffs]
Sun Jul 23 04:37:51 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.131: +1 -1 lines
Diff to previous 1.131 , to selected 1.129
preliminary mouse wheel support

Revision 1.131 - (view) (download) (annotate) - [select for diffs]
Thu Jul 13 01:54:18 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.130: +7 -2 lines
Diff to previous 1.130 , to selected 1.129
remove glext.h, add SDL_GL_ACCELERATED_VISUAL and SDL_GL_SWAP_CONTROL

Revision 1.130 - (view) (download) (annotate) - [select for diffs]
Wed Jul 12 17:21:01 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.129: +1 -4 lines
Diff to previous 1.129
*** empty log message ***

Revision 1.129 - (view) (download) (annotate) - [selected]
Wed Jul 12 17:20:04 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.128: +13 -5 lines
Diff to previous 1.128
*** empty log message ***

Revision 1.128 - (view) (download) (annotate) - [select for diffs]
Wed Jul 5 03:01:01 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.127: +1 -1 lines
Diff to previous 1.127 , to selected 1.129
misc. fixes

Revision 1.127 - (view) (download) (annotate) - [select for diffs]
Wed Jul 5 00:16:44 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.126: +1 -1 lines
Diff to previous 1.126 , to selected 1.129
bugs\! bugs\! bugs\!

Revision 1.126 - (view) (download) (annotate) - [select for diffs]
Tue Jul 4 23:56:34 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.125: +0 -1 lines
Diff to previous 1.125 , to selected 1.129
There is of course no way to clear glyph caches in stupid pango, so we
have to add a generation counter to each and every glyph structure and
check it on every access.

Revision 1.125 - (view) (download) (annotate) - [select for diffs]
Tue Jul 4 23:44:23 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.124: +0 -4 lines
Diff to previous 1.124 , to selected 1.129
small fixed, ported to the language called microsoft c, which
superficially looks like ISO-C and is similar enough so you can write
programs in their common subset.

Revision 1.124 - (view) (download) (annotate) - [select for diffs]
Tue Jul 4 23:23:31 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.123: +36 -131 lines
Diff to previous 1.123 , to selected 1.129
Get rid of cairo completely (yay!) and of ft2 factually (still need the
library as it included pangofc), by introducing a custom pango opengl
renderer.

Text rendering now no longer requires the distinction between rgba and
grayscale modes, requires much less texture space and memory, and is
faster on accelerated hardware (and possibly with software rendering, too).

All at the cost of only 1200 lines or so.

Revision 1.123 - (view) (download) (annotate) - [select for diffs]
Wed Jun 28 23:41:11 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.122: +20 -20 lines
Diff to previous 1.122 , to selected 1.129
hypocrasy

Revision 1.122 - (view) (download) (annotate) - [select for diffs]
Fri Jun 23 22:35:15 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.121: +27 -9 lines
Diff to previous 1.121 , to selected 1.129
fix textview colors, preliminary hypertext support

Revision 1.121 - (view) (download) (annotate) - [select for diffs]
Fri Jun 23 20:28:19 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.120: +98 -0 lines
Diff to previous 1.120 , to selected 1.129
faster textviewer, embeddable widgets, no scroll-to-bottom for docviewer

Revision 1.120 - (view) (download) (annotate) - [select for diffs]
Sun Jun 18 19:13:19 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.119: +4 -4 lines
Diff to previous 1.119 , to selected 1.129
fix lookat once more (or actually add a magic +1, as the server seems to do it somewhere, too)

Revision 1.119 - (view) (download) (annotate) - [select for diffs]
Sat Jun 17 15:07:52 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.118: +6 -0 lines
Diff to previous 1.118 , to selected 1.129
free textures on vidoe shutdown, seems useless, but maybe fixes scaras problem

Revision 1.118 - (view) (download) (annotate) - [select for diffs]
Thu Jun 15 15:47:35 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.117: +13 -10 lines
Diff to previous 1.117 , to selected 1.129
implemented preliminary magic mapping support

Revision 1.117 - (view) (download) (annotate) - [select for diffs]
Thu Jun 15 15:33:57 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.116: +58 -1 lines
Diff to previous 1.116 , to selected 1.129
implemented preliminary magic mapping support

Revision 1.116 - (view) (download) (annotate) - [select for diffs]
Thu Jun 15 08:29:16 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.115: +43 -16 lines
Diff to previous 1.115 , to selected 1.129
fix(?) map clicking, fow texture no longer in display list

Revision 1.115 - (view) (download) (annotate) - [select for diffs]
Wed Jun 14 18:59:30 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.114: +6 -3 lines
Diff to previous 1.114 , to selected 1.129
*** empty log message ***

Revision 1.114 - (view) (download) (annotate) - [select for diffs]
Wed Jun 14 18:02:00 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.113: +3 -1 lines
Diff to previous 1.113 , to selected 1.129
*** empty log message ***

Revision 1.113 - (view) (download) (annotate) - [select for diffs]
Wed Jun 14 16:20:21 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.112: +54 -0 lines
Diff to previous 1.112 , to selected 1.129
*** empty log message ***

Revision 1.112 - (view) (download) (annotate) - [select for diffs]
Mon Jun 12 14:55:41 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.111: +2 -2 lines
Diff to previous 1.111 , to selected 1.129
windows again

Revision 1.111 - (view) (download) (annotate) - [select for diffs]
Mon Jun 12 13:26:14 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.110: +8 -1 lines
Diff to previous 1.110 , to selected 1.129
first round of npc dialog window, some ui bugfixes

Revision 1.110 - (view) (download) (annotate) - [select for diffs]
Sat Jun 10 02:22:33 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.109: +2 -0 lines
Diff to previous 1.109 , to selected 1.129
*** empty log message ***

Revision 1.109 - (view) (download) (annotate) - [select for diffs]
Wed Jun 7 23:29:13 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.108: +1 -1 lines
Diff to previous 1.108 , to selected 1.129
*** empty log message ***

Revision 1.108 - (view) (download) (annotate) - [select for diffs]
Wed Jun 7 23:28:12 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.107: +2 -1 lines
Diff to previous 1.107 , to selected 1.129
force hitnstyle full

Revision 1.107 - (view) (download) (annotate) - [select for diffs]
Mon Jun 5 05:23:19 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.106: +1 -1 lines
Diff to previous 1.106 , to selected 1.129
*** empty log message ***

Revision 1.106 - (view) (download) (annotate) - [select for diffs]
Mon Jun 5 03:48:49 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.105: +9 -6 lines
Diff to previous 1.105 , to selected 1.129
switch off cairo antialiasing on win32, its unbearable otherwise. re-enable pangofc, which was disabled by accident

Revision 1.105 - (view) (download) (annotate) - [select for diffs]
Mon Jun 5 03:33:09 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.104: +17 -10 lines
Diff to previous 1.104 , to selected 1.129
tinkered with cairo some more

Revision 1.104 - (view) (download) (annotate) - [select for diffs]
Mon Jun 5 00:17:47 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.103: +4 -2 lines
Diff to previous 1.103 , to selected 1.129
play around some more

Revision 1.103 - (view) (download) (annotate) - [select for diffs]
Sun Jun 4 23:05:05 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.102: +49 -22 lines
Diff to previous 1.102 , to selected 1.129
better gl extension management, play around with premultiplied alpha, without reaching an absolutely correct solution

Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Sat Jun 3 23:47:46 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.101: +4 -0 lines
Diff to previous 1.101 , to selected 1.129
*** empty log message ***

Revision 1.101 - (view) (download) (annotate) - [select for diffs]
Sat Jun 3 21:57:23 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.100: +4 -0 lines
Diff to previous 1.100 , to selected 1.129
*** empty log message ***

Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Wed May 31 17:16:47 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.99: +4 -4 lines
Diff to previous 1.99 , to selected 1.129
doh\!

Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Mon May 29 02:11:03 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.98: +5 -2 lines
Diff to previous 1.98 , to selected 1.129
switch off interpolation when magnifying map tiles, the tile data is not ready for it

Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Mon May 29 02:01:56 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.97: +2 -8 lines
Diff to previous 1.97 , to selected 1.129
improve texture wrapping handling

Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Fri May 26 18:28:23 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.96: +21 -21 lines
Diff to previous 1.96 , to selected 1.129
unbundled CFClient::Texture

Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Wed May 24 22:28:43 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.95: +1 -1 lines
Diff to previous 1.95 , to selected 1.129
re-enable cairo on windows: looks like shit, but otherwise breaks textview

Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Wed May 24 01:46:53 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.94: +6 -0 lines
Diff to previous 1.94 , to selected 1.129
force map tetxures to GL_REPEAT

Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Tue May 23 18:57:35 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.93: +5 -25 lines
Diff to previous 1.93 , to selected 1.129
*** empty log message ***

Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Tue May 23 18:54:37 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.92: +27 -0 lines
Diff to previous 1.92 , to selected 1.129
*** empty log message ***

Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Tue May 23 17:30:18 2006 UTC (18 years ago) by elmex
Branch: MAIN
Changes since 1.91: +7 -0 lines
Diff to previous 1.91 , to selected 1.129
ATI gfx card workaround for NPOT

Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Mon May 22 03:28:54 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.90: +6 -3 lines
Diff to previous 1.90 , to selected 1.129
use glDrawPixels to draw Textview, implement indenting and render individual lines. force full refresh after expose. add lots of tooltips

Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Sun May 21 00:34:58 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.89: +5 -1 lines
Diff to previous 1.89 , to selected 1.129
some fixes/comments

Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Sun May 21 00:02:01 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.88: +27 -2 lines
Diff to previous 1.88 , to selected 1.129
very alpha code for model drawing hacked in

Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Fri May 19 23:18:40 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.87: +5 -2 lines
Diff to previous 1.87 , to selected 1.129
implement face animation, fix inventory layout

Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Fri May 19 18:39:06 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.86: +15 -0 lines
Diff to previous 1.86 , to selected 1.129
misc win32 workarounds

Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Fri May 19 16:43:56 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.85: +14 -9 lines
Diff to previous 1.85 , to selected 1.129
*** empty log message ***

Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Fri May 19 03:49:47 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.84: +3 -2 lines
Diff to previous 1.84 , to selected 1.129
diddeldaddel

Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Wed May 17 15:18:57 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.83: +25 -0 lines
Diff to previous 1.83 , to selected 1.129
better text layout, minor fixes

Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Mon May 15 00:25:14 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.82: +3 -1 lines
Diff to previous 1.82 , to selected 1.129
each

Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Mon May 15 00:15:08 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.81: +3 -1 lines
Diff to previous 1.81 , to selected 1.129
add a few more almost-hacks to simplify widget alignment

Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Sun May 14 23:19:14 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.80: +4 -4 lines
Diff to previous 1.80 , to selected 1.129
i can't get it right, either

Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Sun May 14 22:58:24 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.79: +5 -2 lines
Diff to previous 1.79 , to selected 1.129
microsoft of course can't be expected to get it right (C truncates instead of rounding - microsoft rounds instead of implementing C)

Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Sun May 14 22:24:14 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.78: +18 -6 lines
Diff to previous 1.78 , to selected 1.129
improved win32 support and enable auto-hinting (cairo enforces auto-hinting it seems, so be consistent)

Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Fri May 12 01:47:03 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.77: +1 -0 lines
Diff to previous 1.77 , to selected 1.129
finally(?) fix the widget layout bug

Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Fri May 12 00:16:34 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.76: +1 -1 lines
Diff to previous 1.76 , to selected 1.129
various corrections

Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Thu May 11 23:41:45 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.75: +128 -34 lines
Diff to previous 1.75 , to selected 1.129
implement rgba layouts using the cairo backend

Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Mon May 8 18:28:40 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.74: +2 -1 lines
Diff to previous 1.74 , to selected 1.129
*** empty log message ***

Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Sat May 6 20:14:57 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.73: +1 -1 lines
Diff to previous 1.73 , to selected 1.129
*** empty log message ***

Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Fri May 5 19:30:14 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.72: +1 -1 lines
Diff to previous 1.72 , to selected 1.129
*** empty log message ***

Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Fri May 5 19:10:16 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.71: +7 -1 lines
Diff to previous 1.71 , to selected 1.129
user event support and end of channel callback

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Fri May 5 19:05:47 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.70: +14 -0 lines
Diff to previous 1.70 , to selected 1.129
better mode management, experimental 'end of channel' event for sound

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Sun Apr 30 09:21:47 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.69: +5 -3 lines
Diff to previous 1.69 , to selected 1.129
*** empty log message ***

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Sun Apr 30 08:09:44 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.68: +11 -0 lines
Diff to previous 1.68 , to selected 1.129
*** empty log message ***

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Tue Apr 25 11:48:30 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.67: +9 -1 lines
Diff to previous 1.67 , to selected 1.129
require alpha channel again after fixing premulitiplied alpha value - sofwtare rendering die die die

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Tue Apr 25 11:18:48 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.66: +5 -2 lines
Diff to previous 1.66 , to selected 1.129
do not require an alpha channel for the framebuffer for the sake of software-renderers

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Mon Apr 24 11:45:16 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.65: +9 -0 lines
Diff to previous 1.65 , to selected 1.129
fixed many minor bugs reported by pippijn

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Mon Apr 24 08:22:21 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.64: +0 -1 lines
Diff to previous 1.64 , to selected 1.129
bugfix

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Mon Apr 24 08:11:31 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.63: +21 -2 lines
Diff to previous 1.63 , to selected 1.129
fully support opengl1.1 at link time now

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Mon Apr 24 06:05:33 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.62: +1 -1 lines
Diff to previous 1.62 , to selected 1.129
misc improvements

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Mon Apr 24 02:41:47 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.61: +1 -1 lines
Diff to previous 1.61 , to selected 1.129
implmenet map scale - now fully playability at 640x480

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Sun Apr 23 21:47:30 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.60: +54 -42 lines
Diff to previous 1.60 , to selected 1.129
support multiple fonts, add dejavu sans and sans mono fonts (bitstream++)

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Sun Apr 23 04:47:02 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.59: +2 -1 lines
Diff to previous 1.59 , to selected 1.129
*** empty log message ***

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Sun Apr 23 04:41:33 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.58: +7 -2 lines
Diff to previous 1.58 , to selected 1.129
fix font size allocation

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Sun Apr 23 00:57:38 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.57: +5 -0 lines
Diff to previous 1.57 , to selected 1.129
*** empty log message ***

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Fri Apr 21 07:09:10 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.56: +9 -1 lines
Diff to previous 1.56 , to selected 1.129
implement mipmapping

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Thu Apr 20 09:13:31 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.55: +15 -0 lines
Diff to previous 1.55 , to selected 1.129
bg music loop

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Thu Apr 20 08:11:56 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.54: +8 -7 lines
Diff to previous 1.54 , to selected 1.129
map overview rectangle

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Wed Apr 19 23:37:48 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.53: +173 -0 lines
Diff to previous 1.53 , to selected 1.129
*** empty log message ***

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Wed Apr 19 21:38:04 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.52: +47 -2 lines
Diff to previous 1.52 , to selected 1.129
got rid of SDL::Event

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Wed Apr 19 21:17:15 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.51: +72 -0 lines
Diff to previous 1.51 , to selected 1.129
got rid of SDL::Sound SDL::Music and SDL::Mixer

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Wed Apr 19 20:46:44 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.50: +163 -3 lines
Diff to previous 1.50 , to selected 1.129
got rid of base SDL perl module

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Wed Apr 19 00:47:34 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.49: +1 -1 lines
Diff to previous 1.49 , to selected 1.129
*** empty log message ***

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Tue Apr 18 01:36:12 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.48: +8 -1 lines
Diff to previous 1.48 , to selected 1.129
convert most of the code to opengl-1.1, works somehow under windows now

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Tue Apr 18 00:14:16 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.47: +54 -32 lines
Diff to previous 1.47 , to selected 1.129
naive conversion to the visual c++ programming language

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Mon Apr 17 21:52:42 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.46: +1 -1 lines
Diff to previous 1.46 , to selected 1.129
improve \!windows config

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Mon Apr 17 19:20:59 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.45: +16 -1 lines
Diff to previous 1.45 , to selected 1.129
fix label widget and font calculations

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Mon Apr 17 09:33:11 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 , to selected 1.129
*** empty log message ***

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Mon Apr 17 07:30:20 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.43: +16 -20 lines
Diff to previous 1.43 , to selected 1.129
we _have_ to scroll as soon as we receive the scorll command, for persistent map cahcxing to sta yin sync, fortunately the display list caching will keep us from viewing the map before we receive a map1a

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Mon Apr 17 06:50:26 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.42: +31 -27 lines
Diff to previous 1.42 , to selected 1.129
*** empty log message ***

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Sun Apr 16 07:25:29 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.41: +265 -78 lines
Diff to previous 1.41 , to selected 1.129
client-side map caching, bugfixes

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Sat Apr 15 01:52:53 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 , to selected 1.129
*** empty log message ***

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Sat Apr 15 01:13:46 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.39: +65 -8 lines
Diff to previous 1.39 , to selected 1.129
overview map - just for fun

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Sat Apr 15 00:04:58 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.38: +43 -6 lines
Diff to previous 1.38 , to selected 1.129
*** empty log message ***

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Fri Apr 14 23:32:28 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.37: +14 -8 lines
Diff to previous 1.37 , to selected 1.129
middle mouse button drags map center

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Fri Apr 14 14:55:27 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.36: +7 -7 lines
Diff to previous 1.36 , to selected 1.129
*** empty log message ***

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Fri Apr 14 11:32:21 2006 UTC (18 years, 1 month ago) by elmex
Branch: MAIN
Changes since 1.35: +5 -0 lines
Diff to previous 1.35 , to selected 1.129
implemented texture repeation and change signals for entrys. also updated the config dialog
so that it saves host and port and stuff... added a default say command which is
used when writing text in the entry box

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Fri Apr 14 02:03:10 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.34: +12 -2 lines
Diff to previous 1.34 , to selected 1.129
*** empty log message ***

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Fri Apr 14 00:15:51 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.33: +3 -3 lines
Diff to previous 1.33 , to selected 1.129
*** empty log message ***

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Thu Apr 13 23:42:14 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.32: +1 -1 lines
Diff to previous 1.32 , to selected 1.129
*** empty log message ***

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Thu Apr 13 23:31:42 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.31: +21 -1 lines
Diff to previous 1.31 , to selected 1.129
*** empty log message ***

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Thu Apr 13 23:11:11 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.30: +2 -7 lines
Diff to previous 1.30 , to selected 1.129
2nd version of xs-level map handling

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Thu Apr 13 23:07:56 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.29: +169 -73 lines
Diff to previous 1.29 , to selected 1.129
1st version of xs-level map handling

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Thu Apr 13 01:55:38 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.28: +184 -12 lines
Diff to previous 1.28 , to selected 1.129
*** empty log message ***

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Thu Apr 13 00:25:28 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.27: +61 -0 lines
Diff to previous 1.27 , to selected 1.129
*** empty log message ***

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Wed Apr 12 23:32:27 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.26: +0 -6 lines
Diff to previous 1.26 , to selected 1.129
*** empty log message ***

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Wed Apr 12 23:15:38 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.25: +6 -0 lines
Diff to previous 1.25 , to selected 1.129
*** empty log message ***

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Wed Apr 12 21:20:42 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.24: +11 -4 lines
Diff to previous 1.24 , to selected 1.129
*** empty log message ***

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Wed Apr 12 21:01:45 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23 , to selected 1.129
*** empty log message ***

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Wed Apr 12 20:42:52 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.22: +56 -0 lines
Diff to previous 1.22 , to selected 1.129
no gtk+ anymore

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Wed Apr 12 20:06:36 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.21: +4 -6 lines
Diff to previous 1.21 , to selected 1.129
even less gtk

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Wed Apr 12 18:09:21 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.20: +6 -0 lines
Diff to previous 1.20 , to selected 1.129
less SDL more SDL

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Wed Apr 12 02:00:06 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 , to selected 1.129
bugfixes

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Apr 11 22:49:13 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.18: +13 -3 lines
Diff to previous 1.18 , to selected 1.129
fixes

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Tue Apr 11 19:31:17 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 , to selected 1.129
*** empty log message ***

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Tue Apr 11 17:02:35 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.16: +36 -0 lines
Diff to previous 1.16 , to selected 1.129
*** empty log message ***

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Tue Apr 11 13:27:48 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.15: +8 -3 lines
Diff to previous 1.15 , to selected 1.129
*** empty log message ***

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue Apr 11 13:14:36 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.14: +11 -11 lines
Diff to previous 1.14 , to selected 1.129
renamed to CFClient

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Apr 11 13:05:11 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.13: +65 -15 lines
Diff to previous 1.13 , to selected 1.129
add text layout class and make use of it

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Apr 11 12:27:51 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.12: +7 -1 lines
Diff to previous 1.12 , to selected 1.129
add typemap and bold/?italic fonts

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Apr 10 22:16:33 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.11: +20 -2 lines
Diff to previous 1.11 , to selected 1.129
support npot tetxures and use an utility function to draw quads

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Apr 10 19:34:03 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.10: +11 -0 lines
Diff to previous 1.10 , to selected 1.129
preliminary support for older opengl implementations (NPOT vs. POT)

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Apr 9 17:34:15 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.9: +12 -1 lines
Diff to previous 1.9 , to selected 1.129
*** empty log message ***

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Apr 9 01:35:40 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.8: +6 -7 lines
Diff to previous 1.8 , to selected 1.129
*** empty log message ***

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Apr 9 01:19:15 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.7: +14 -2 lines
Diff to previous 1.7 , to selected 1.129
*** empty log message ***

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Apr 9 00:09:50 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 , to selected 1.129
*** empty log message ***

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Apr 9 00:06:51 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 , to selected 1.129
use pango for rendering, instead of broken sdl_ttf

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Apr 9 00:06:09 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.4: +57 -3 lines
Diff to previous 1.4 , to selected 1.129
use pango for rendering, instead of broken sdl_ttf

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Apr 8 14:04:14 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.3: +7 -0 lines
Diff to previous 1.3 , to selected 1.129
bigface support

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Apr 8 13:36:25 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.2: +8 -0 lines
Diff to previous 1.2 , to selected 1.129
*** empty log message ***

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Apr 6 20:00:23 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.1: +3 -0 lines
Diff to previous 1.1 , to selected 1.129
*** empty log message ***

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Apr 6 15:30:09 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Diff to selected 1.129
*** empty log message ***

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rel-0_2: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a