ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Client.xs
Revision 1.192 - (view) (download) (annotate) - [select for diffs]
Fri Apr 27 21:27:51 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-0_98
Changes since 1.191: +29 -18 lines
Diff to previous 1.191 , to selected 1.163
even more changes to texture management - screw those completely broken drivers, but cater for the leaking ones

Revision 1.191 - (view) (download) (annotate) - [select for diffs]
Thu Apr 26 23:51:02 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.190: +2 -2 lines
Diff to previous 1.190 , to selected 1.163
go back to glDeleteTextures (sorry, buggy opengls) but still do manual management

Revision 1.190 - (view) (download) (annotate) - [select for diffs]
Thu Apr 26 17:41:23 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.189: +3 -3 lines
Diff to previous 1.189 , to selected 1.163
gthe nvidia driver sgefaults after a while, so do not free textures, only reuse them

Revision 1.189 - (view) (download) (annotate) - [select for diffs]
Sat Apr 21 23:54:23 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.188: +2 -2 lines
Diff to previous 1.188 , to selected 1.163
silence warnings. this might backfire on windows if size_t is 16 bits

Revision 1.188 - (view) (download) (annotate) - [select for diffs]
Sat Apr 21 23:47:50 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.187: +8 -5 lines
Diff to previous 1.187 , to selected 1.163
clear the texture cache on vidmode init

Revision 1.187 - (view) (download) (annotate) - [select for diffs]
Sat Apr 21 23:36:20 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.186: +2 -2 lines
Diff to previous 1.186 , to selected 1.163
- fix yet another off-by-one bug when blanking the map on scroll

Revision 1.186 - (view) (download) (annotate) - [select for diffs]
Sat Apr 21 09:25:31 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.185: +62 -61 lines
Diff to previous 1.185 , to selected 1.163
uh, don't, the model just doesn't work well as too many faces have perverse visibility/stacking order

Revision 1.185 - (view) (download) (annotate) - [select for diffs]
Sat Apr 21 09:21:03 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.184: +61 -62 lines
Diff to previous 1.184 , to selected 1.163
try to do smoothing globally, not per-layer

Revision 1.184 - (view) (download) (annotate) - [select for diffs]
Fri Apr 20 17:25:41 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.183: +2 -0 lines
Diff to previous 1.183 , to selected 1.163
*** empty log message ***

Revision 1.183 - (view) (download) (annotate) - [select for diffs]
Fri Apr 20 16:56:08 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.182: +13 -3 lines
Diff to previous 1.182 , to selected 1.163
do our own texid management, too many cards have a broken driver

Revision 1.182 - (view) (download) (annotate) - [select for diffs]
Wed Apr 18 09:39:49 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.181: +2 -2 lines
Diff to previous 1.181 , to selected 1.163
*** empty log message ***

Revision 1.181 - (view) (download) (annotate) - [select for diffs]
Mon Apr 16 21:06:36 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.180: +2 -2 lines
Diff to previous 1.180 , to selected 1.163
more windows bug workarounds and real smoothing bug

Revision 1.180 - (view) (download) (annotate) - [select for diffs]
Fri Apr 13 18:11:26 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.179: +14 -8 lines
Diff to previous 1.179 , to selected 1.163
doh, that was a longstanding smoothing bug in cfmaps...

Revision 1.179 - (view) (download) (annotate) - [select for diffs]
Wed Apr 11 04:32:51 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.178: +1 -3 lines
Diff to previous 1.178 , to selected 1.163
enable nagle-disable on win32

Revision 1.178 - (view) (download) (annotate) - [select for diffs]
Tue Apr 10 11:12:53 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.177: +1 -1 lines
Diff to previous 1.177 , to selected 1.163
ignore late mapinfo/map loads

Revision 1.177 - (view) (download) (annotate) - [select for diffs]
Tue Apr 10 10:13:10 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.176: +4 -6 lines
Diff to previous 1.176 , to selected 1.163
*** empty log message ***

Revision 1.176 - (view) (download) (annotate) - [select for diffs]
Tue Apr 10 09:39:48 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.175: +232 -45 lines
Diff to previous 1.175 , to selected 1.163
- first stab at implementing smoothing.
- this works only on 2.x servers but takes no additional bandwidth over the
  additional faces (i.e. the map command is not getting larger,
  unlike the 1.x protocol).
- it is also simpler to implement on the client side (the current implementation
  tries to favour simplicity over efficiency and is a bit ugly, but does work).
- impact on speed is ignored - smoothing should be disabled when fast&ugly,
  because it increases drawing demands a lot.

Revision 1.175 - (view) (download) (annotate) - [select for diffs]
Fri Apr 6 08:09:42 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.174: +1 -1 lines
Diff to previous 1.174 , to selected 1.163
- optimise mapcache tile loading quite a bit to avoid
  loading the same tile again and again.
- only request mapcache tiles serially, to avoid starving
  foreground requests.

Revision 1.174 - (view) (download) (annotate) - [select for diffs]
Fri Apr 6 07:45:34 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.173: +98 -82 lines
Diff to previous 1.173 , to selected 1.163
- changed most db accesses to be asynchronous
  (this was way more difficult than anticipated)
- face id allocation is still synchronous (and has to be as long as
  we want to allow multiple instances running in parallel)
- facemap is cached locally, so subsequent accesses are fast
- the alternative would be to store faceids, not tileids, in the
  in-memory map, but then mapcache tiles are non-displayable
  unless the server already sent them.
- tile loading and map cache load/store are fully asynchronous
- replaced 32x32 dialogue and noface images by 64 bit versions
- properly scale special dialogue/noface textures to tilesize

Revision 1.173 - (view) (download) (annotate) - [select for diffs]
Wed Apr 4 02:43:29 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.172: +1 -1 lines
Diff to previous 1.172 , to selected 1.163
support new tileset negotiation

Revision 1.172 - (view) (download) (annotate) - [select for diffs]
Mon Apr 2 19:29:27 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.171: +2 -2 lines
Diff to previous 1.171 , to selected 1.163
check face cache index for validity

Revision 1.171 - (view) (download) (annotate) - [select for diffs]
Sun Apr 1 01:19:18 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.170: +8 -8 lines
Diff to previous 1.170 , to selected 1.163
*** empty log message ***

Revision 1.170 - (view) (download) (annotate) - [select for diffs]
Sun Mar 4 19:36:08 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.169: +1 -1 lines
Diff to previous 1.169 , to selected 1.163
remove default_smoothed images - unused.
remove references to mythical sdefault.001 / default_smoothed.111 image
from server code.

Revision 1.169 - (view) (download) (annotate) - [select for diffs]
Wed Dec 13 17:30:02 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-0_97
Changes since 1.168: +3 -3 lines
Diff to previous 1.168 , to selected 1.163
*** empty log message ***

Revision 1.168 - (view) (download) (annotate) - [select for diffs]
Sat Dec 9 21:26:45 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.167: +7 -0 lines
Diff to previous 1.167 , to selected 1.163
- do no longer depend on Scalar::Util for weaken
- use a different, cleaner, more correct and less efficient event propagation mechanism
- this fixes the segfault bug in map $_.

Revision 1.167 - (view) (download) (annotate) - [select for diffs]
Sat Dec 9 02:21:25 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.166: +21 -4 lines
Diff to previous 1.166 , to selected 1.163
- slightly cleaned up and "outsourced" components
- completely rewrote keybind bindings
  - not functional yet
  - buggy a shell
  - hits perlbug

Revision 1.166 - (view) (download) (annotate) - [select for diffs]
Fri Dec 8 15:07:08 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.165: +1 -2 lines
Diff to previous 1.165 , to selected 1.163
less hacky equals more correct

Revision 1.165 - (view) (download) (annotate) - [select for diffs]
Fri Dec 8 14:59:54 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.164: +41 -1 lines
Diff to previous 1.164 , to selected 1.163
implement a somewhat hack multiline text editor

Revision 1.164 - (view) (download) (annotate) - [select for diffs]
Tue Nov 7 22:41:27 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.163: +28 -34 lines
Diff to previous 1.163
*** empty log message ***

Revision 1.163 - (view) (download) (annotate) - [selected]
Wed Oct 18 12:53:45 2006 UTC (17 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-0_53
Changes since 1.162: +2 -2 lines
Diff to previous 1.162
*** empty log message ***

Revision 1.162 - (view) (download) (annotate) - [select for diffs]
Fri Oct 13 19:23:08 2006 UTC (17 years, 7 months ago) by root
Branch: MAIN
Changes since 1.161: +2 -8 lines
Diff to previous 1.161 , to selected 1.163
vc60

Revision 1.161 - (view) (download) (annotate) - [select for diffs]
Mon Oct 9 23:30:44 2006 UTC (17 years, 7 months ago) by root
Branch: MAIN
Changes since 1.160: +4 -2 lines
Diff to previous 1.160 , to selected 1.163
more win32 hacks

Revision 1.160 - (view) (download) (annotate) - [select for diffs]
Mon Oct 9 01:06:36 2006 UTC (17 years, 7 months ago) by root
Branch: MAIN
Changes since 1.159: +2 -0 lines
Diff to previous 1.159 , to selected 1.163
*** empty log message ***

Revision 1.159 - (view) (download) (annotate) - [select for diffs]
Sun Oct 8 21:22:29 2006 UTC (17 years, 7 months ago) by root
Branch: MAIN
Changes since 1.158: +0 -1 lines
Diff to previous 1.158 , to selected 1.163
*** empty log message ***

Revision 1.158 - (view) (download) (annotate) - [select for diffs]
Sun Oct 1 18:17:37 2006 UTC (17 years, 7 months ago) by root
Branch: MAIN
Changes since 1.157: +1 -1 lines
Diff to previous 1.157 , to selected 1.163
add test server login and editor invoke plus editor download/upload code

Revision 1.157 - (view) (download) (annotate) - [select for diffs]
Sun Oct 1 14:48:50 2006 UTC (17 years, 7 months ago) by root
Branch: MAIN
Changes since 1.156: +31 -0 lines
Diff to previous 1.156 , to selected 1.163
support for grabbing win32 proxy

Revision 1.156 - (view) (download) (annotate) - [select for diffs]
Thu Sep 21 14:47:51 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.155: +0 -1 lines
Diff to previous 1.155 , to selected 1.163
*** empty log message ***

Revision 1.155 - (view) (download) (annotate) - [select for diffs]
Thu Sep 21 00:16:42 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.154: +1 -6 lines
Diff to previous 1.154 , to selected 1.163
fix map cleared-too-much bug

Revision 1.154 - (view) (download) (annotate) - [select for diffs]
Tue Sep 19 22:23:30 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-0_52
Changes since 1.153: +10 -7 lines
Diff to previous 1.153 , to selected 1.163
fix map blanking and a few minor items

Revision 1.153 - (view) (download) (annotate) - [select for diffs]
Tue Sep 19 22:02:38 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.152: +32 -5 lines
Diff to previous 1.152 , to selected 1.163
add dialogue indicator support

Revision 1.152 - (view) (download) (annotate) - [select for diffs]
Sat Aug 19 18:18:36 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-0_5, rel-0_51
Changes since 1.151: +3 -4 lines
Diff to previous 1.151 , to selected 1.163
*** empty log message ***

Revision 1.151 - (view) (download) (annotate) - [select for diffs]
Sat Aug 19 18:17:18 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.150: +4 -4 lines
Diff to previous 1.150 , to selected 1.163
put healthbars above tile

Revision 1.150 - (view) (download) (annotate) - [select for diffs]
Sat Aug 19 17:24:39 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.149: +1 -1 lines
Diff to previous 1.149 , to selected 1.163
*** empty log message ***

Revision 1.149 - (view) (download) (annotate) - [select for diffs]
Sat Aug 19 04:03:15 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.148: +2 -2 lines
Diff to previous 1.148 , to selected 1.163
fix extmap parsing code, added support for stat width

Revision 1.148 - (view) (download) (annotate) - [select for diffs]
Sat Aug 19 03:57:25 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.147: +2 -2 lines
Diff to previous 1.147 , to selected 1.163
fix extmap parsing code, added support for stat width

Revision 1.147 - (view) (download) (annotate) - [select for diffs]
Sat Aug 19 03:57:08 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.146: +24 -12 lines
Diff to previous 1.146 , to selected 1.163
fix extmap parsing code, added support for stat width

Revision 1.146 - (view) (download) (annotate) - [select for diffs]
Sat Aug 19 02:49:53 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.145: +9 -3 lines
Diff to previous 1.145 , to selected 1.163
*** empty log message ***

Revision 1.145 - (view) (download) (annotate) - [select for diffs]
Fri Aug 18 03:19:58 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.144: +7 -7 lines
Diff to previous 1.144 , to selected 1.163
*** empty log message ***

Revision 1.144 - (view) (download) (annotate) - [select for diffs]
Fri Aug 18 02:25:12 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.143: +3 -1 lines
Diff to previous 1.143 , to selected 1.163
support health bar display

Revision 1.143 - (view) (download) (annotate) - [select for diffs]
Fri Aug 18 02:23:39 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.142: +30 -2 lines
Diff to previous 1.142 , to selected 1.163
support health bar display

Revision 1.142 - (view) (download) (annotate) - [select for diffs]
Fri Aug 18 01:27:15 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.141: +17 -18 lines
Diff to previous 1.141 , to selected 1.163
*** empty log message ***

Revision 1.141 - (view) (download) (annotate) - [select for diffs]
Fri Aug 18 01:01:00 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.140: +24 -2 lines
Diff to previous 1.140 , to selected 1.163
*** empty log message ***

Revision 1.140 - (view) (download) (annotate) - [select for diffs]
Mon Aug 14 03:41:25 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.139: +0 -2 lines
Diff to previous 1.139 , to selected 1.163
*** empty log message ***

Revision 1.139 - (view) (download) (annotate) - [select for diffs]
Mon Aug 14 03:04:17 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.138: +13 -4 lines
Diff to previous 1.138 , to selected 1.163
work around pango rounding bug

Revision 1.138 - (view) (download) (annotate) - [select for diffs]
Mon Aug 14 01:21:01 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.137: +1 -0 lines
Diff to previous 1.137 , to selected 1.163
FancyFrame\!

Revision 1.137 - (view) (download) (annotate) - [select for diffs]
Sun Aug 13 19:47:05 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.136: +0 -10 lines
Diff to previous 1.136 , to selected 1.163
docviewer psrtial rewrite

Revision 1.136 - (view) (download) (annotate) - [select for diffs]
Sun Aug 13 16:29:36 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.135: +9 -0 lines
Diff to previous 1.135 , to selected 1.163
fix some anti-aliasing blurryness

Revision 1.135 - (view) (download) (annotate) - [select for diffs]
Sun Aug 13 15:14:17 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.134: +3 -2 lines
Diff to previous 1.134 , to selected 1.163
*** empty log message ***

Revision 1.134 - (view) (download) (annotate) - [select for diffs]
Fri Aug 4 16:49:58 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.133: +2 -0 lines
Diff to previous 1.133 , to selected 1.163
*** empty log message ***

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.163
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.163
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.163
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 , to selected 1.163
*** empty log message ***

Revision 1.129 - (view) (download) (annotate) - [select for diffs]
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 , to selected 1.163
*** 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.163
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.163
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.163
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.163
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.163
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.163
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.163
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.163
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.163
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.163
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.163
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.163
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.163
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.163
*** 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.163
*** 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.163
*** 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.163
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.163
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.163
*** 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.163
*** 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.163
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.163
*** 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.163
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.163
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.163
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.163
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.163
*** 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.163
*** 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.163
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.163
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.163
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.163
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.163
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.163
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.163
*** 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.163
*** 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.163
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.163
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.163
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.163
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.163
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.163
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.163
*** 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.163
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.163
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.163
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.163
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.163
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.163
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.163
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.163
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.163
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.163
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.163
*** 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.163
*** 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.163
*** 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.163
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.163
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.163
*** 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.163
*** 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.163
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.163
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.163
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.163
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.163
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.163
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.163
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.163
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.163
*** 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.163
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.163
*** 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.163
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.163
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.163
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.163
*** 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.163
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.163
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.163
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.163
*** 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.163
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.163
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.163
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.163
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.163
*** 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.163
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.163
*** 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.163
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.163
*** 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.163
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.163
*** 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.163
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.163
*** 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.163
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.163
*** 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.163
*** 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.163
*** 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.163
*** 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.163
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.163
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.163
*** 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.163
*** 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.163
*** 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.163
*** 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.163
*** 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.163
*** 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.163
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.163
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.163
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.163
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.163
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.163
*** 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.163
*** 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.163
*** 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.163
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.163
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.163
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.163
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.163
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.163
*** 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.163
*** 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.163
*** 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.163
*** 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.163
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.163
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.163
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.163
*** 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.163
*** 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.163
*** empty log message ***

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rel-0_98: (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