ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/bin/pclient
(Generate patch)

Comparing deliantra/Deliantra-Client/bin/pclient (file contents):
Revision 1.104 by root, Fri Apr 14 14:55:28 2006 UTC vs.
Revision 1.154 by elmex, Thu Apr 20 16:29:40 2006 UTC

4use utf8; 4use utf8;
5 5
6use Time::HiRes 'time'; 6use Time::HiRes 'time';
7use Event; 7use Event;
8 8
9use SDL;
10use SDL::App;
11use SDL::Event;
12use SDL::Surface;
13use SDL::OpenGL;
14
15use Crossfire; 9use Crossfire;
16use Crossfire::Protocol; 10use Crossfire::Protocol;
17 11
12use Compress::LZF;
13
18use CFClient; 14use CFClient;
19use CFClient::UI; 15use CFClient::UI;
16use CFClient::MapWidget;
20 17
21our $VERSION = '0.1'; 18our $VERSION = '0.1';
22 19
23my $MAX_FPS = 60; 20my $MAX_FPS = 60;
24my $MIN_FPS = 5; # unused as of yet 21my $MIN_FPS = 5; # unused as of yet
25 22
23our $META_SERVER = "crossfire.real-time.com:13326";
24
25our $FACEMAP;
26our $TILECACHE;
26our $FACECACHE; 27our $MAPCACHE;
27 28
28our $LAST_REFRESH; 29our $LAST_REFRESH;
29our $NOW; 30our $NOW;
30 31
31our $CFG; 32our $CFG;
38our $FULLSCREEN; 39our $FULLSCREEN;
39our $FONTSIZE; 40our $FONTSIZE;
40 41
41our $MAP; 42our $MAP;
42our $MAPWIDGET; 43our $MAPWIDGET;
44our $BUTTONBAR;
45our $LOGVIEW;
46our $CONSOLE;
47our $METASERVER;
48
49our $GAUGES;
50our $STATWIDS;
43 51
44our $SDL_ACTIVE; 52our $SDL_ACTIVE;
45our $SDL_EV;
46our %SDL_CB; 53our %SDL_CB;
54
55our $SDL_MIXER;
56our @SOUNDS; # event => file mapping
57our %AUDIO_CHUNKS; # audio files
47 58
48our $ALT_ENTER_MESSAGE; 59our $ALT_ENTER_MESSAGE;
49our $STATUS_LINE; 60our $STATUS_LINE;
50our $DEBUG_STATUS; 61our $DEBUG_STATUS;
51our $BUTTONBAR;
52our $LOGVIEW;
53our $CONSOLE;
54 62
55sub status { 63sub status {
56 $STATUS_LINE->set_text ($_[0]); 64 $STATUS_LINE->set_text ($_[0]);
57 my ($w, $h) = $STATUS_LINE->size_request;
58 $STATUS_LINE->size_allocate (0, $HEIGHT - $ALT_ENTER_MESSAGE->{h} - $h, $w, $h); 65 $STATUS_LINE->move (0, $HEIGHT - $ALT_ENTER_MESSAGE->{h} - $STATUS_LINE->{h});
59} 66}
60 67
61sub debug { 68sub debug {
62 $DEBUG_STATUS->set_text ($_[0]); 69 $DEBUG_STATUS->set_text ($_[0]);
63 my ($w, $h) = $DEBUG_STATUS->size_request; 70 $DEBUG_STATUS->move ($WIDTH - $DEBUG_STATUS->{w}, 0, $DEBUG_STATUS->{w}, $DEBUG_STATUS->{h});
64 $DEBUG_STATUS->size_allocate ($WIDTH - $w, 0, $w, $h);
65} 71}
66 72
67sub start_game { 73sub start_game {
68 status "logging in..."; 74 status "logging in...";
69 75
70 my $mapsize = List::Util::min 64, List::Util::max 11, int $WIDTH * $CFG->{mapsize} * 0.01 / 32; 76 my $mapsize = List::Util::min 32, List::Util::max 11, int $WIDTH * $CFG->{mapsize} * 0.01 / 32;
77
78 $MAPCACHE = CFClient::db_table "mapcache_$CFG->{host}";
71 79
72 $MAP = new CFClient::Map $mapsize, $mapsize; 80 $MAP = new CFClient::Map $mapsize, $mapsize;
81
82 my ($host, $port) = split /:/, $CFG->{host};
73 83
74 $CONN = new conn 84 $CONN = new conn
75 host => $CFG->{host}, 85 host => $host,
76 port => $CFG->{port}, 86 port => $port || 13327,
77 user => $CFG->{user}, 87 user => $CFG->{user},
78 pass => $CFG->{password}, 88 pass => $CFG->{password},
79 mapw => $mapsize, 89 mapw => $mapsize,
80 maph => $mapsize, 90 maph => $mapsize,
81 ; 91 ;
87 97
88sub stop_game { 98sub stop_game {
89 undef $CONN; 99 undef $CONN;
90} 100}
91 101
92sub config_dialog { 102sub client_setup {
93 my $dialog = new CFClient::UI::FancyFrame 103 my $dialog = new CFClient::UI::FancyFrame
104 title => "Client Setup",
94 child => (my $vbox = new CFClient::UI::VBox); 105 child => (my $vbox = new CFClient::UI::VBox);
95 $vbox->add (new CFClient::UI::Label align => 0, text => "Client Setup");
96 $vbox->add (my $table = new CFClient::UI::Table expand => 1, col_expand => [0, 1]); 106 $vbox->add (my $table = new CFClient::UI::Table expand => 1, col_expand => [0, 1]);
97 107
98 $table->add (0, 0, new CFClient::UI::Label align => 1, text => "Video Mode"); 108 $table->add (0, 0, new CFClient::UI::Label valign => 0, align => 1, text => "Video Mode");
99 $table->add (1, 0, my $hbox = new CFClient::UI::HBox); 109 $table->add (1, 0, my $hbox = new CFClient::UI::HBox);
100 110
101 $hbox->add (my $mode_slider = new CFClient::UI::Slider expand => 1, req_w => 100, range => [$CFG->{sdl_mode}, 0, scalar @SDL_MODES, 1]); 111 $hbox->add (my $mode_slider = new CFClient::UI::Slider expand => 1, req_w => 100, range => [$CFG->{sdl_mode}, 0, scalar @SDL_MODES, 1]);
102 $hbox->add (my $mode_label = new CFClient::UI::Label height => $FONTSIZE * 0.8); 112 $hbox->add (my $mode_label = new CFClient::UI::Label align => 0, valign => 0, height => 0.8, template => "9999x9999");
103 113
104 $mode_slider->connect (changed => sub { 114 $mode_slider->connect (changed => sub {
105 my ($self, $value) = @_; 115 my ($self, $value) = @_;
106 116
107 $CFG->{sdl_mode} = $self->{range}[0] = $value = int $value; 117 $CFG->{sdl_mode} = $self->{range}[0] = $value = int $value;
108 $mode_label->set_text (sprintf "%dx%d", @{$SDL_MODES[$value]}); 118 $mode_label->set_text (sprintf "%dx%d", @{$SDL_MODES[$value]});
109 }); 119 });
110 $mode_slider->emit (changed => $mode_slider->{range}[0]); 120 $mode_slider->emit (changed => $mode_slider->{range}[0]);
111 121
112 $table->add (0, 1, new CFClient::UI::Label align => 1, text => "Fullscreen"); 122 $table->add (0, 1, new CFClient::UI::Label valign => 0, align => 1, text => "Fullscreen");
113 $table->add (1, 1, new CFClient::UI::CheckBox state => $CFG->{fullscreen}, connect_changed => sub { 123 $table->add (1, 1, new CFClient::UI::CheckBox state => $CFG->{fullscreen}, connect_changed => sub {
114 my ($self, $value) = @_; 124 my ($self, $value) = @_;
115 $CFG->{fullscreen} = $value; 125 $CFG->{fullscreen} = $value;
116 }); 126 });
117 127
118 $table->add (0, 2, new CFClient::UI::Label align => 1, text => "Fast & Ugly"); 128 $table->add (0, 2, new CFClient::UI::Label valign => 0, align => 1, text => "Fast & Ugly");
119 $table->add (1, 2, new CFClient::UI::CheckBox state => $CFG->{fast}, connect_changed => sub { 129 $table->add (1, 2, new CFClient::UI::CheckBox state => $CFG->{fast}, connect_changed => sub {
120 my ($self, $value) = @_; 130 my ($self, $value) = @_;
121 $CFG->{fast} = $value; 131 $CFG->{fast} = $value;
122 }); 132 });
123 133
124 $table->add (0, 3, new CFClient::UI::Label align => 1, text => "Fog of War"); 134 $table->add (0, 3, new CFClient::UI::Label valign => 0, align => 1, text => "Fog of War");
125 $table->add (1, 3, new CFClient::UI::CheckBox state => $CFG->{fow_enable}, connect_changed => sub { 135 $table->add (1, 3, new CFClient::UI::CheckBox state => $CFG->{fow_enable}, connect_changed => sub {
126 my ($self, $value) = @_; 136 my ($self, $value) = @_;
127 $CFG->{fow_enable} = $value; 137 $CFG->{fow_enable} = $value;
128 }); 138 });
129 139
130 $table->add (0, 4, new CFClient::UI::Label align => 1, text => "FoW Intensity"); 140 $table->add (0, 4, new CFClient::UI::Label valign => 0, align => 1, text => "FoW Intensity");
131 $table->add (1, 4, new CFClient::UI::Slider range => [$CFG->{fow_intensity}, 0, 1 + 0.001, 0.001], connect_changed => sub { 141 $table->add (1, 4, new CFClient::UI::Slider range => [$CFG->{fow_intensity}, 0, 1 + 0.001, 0.001], connect_changed => sub {
132 my ($self, $value) = @_; 142 my ($self, $value) = @_;
133 $CFG->{fow_intensity} = $value; 143 $CFG->{fow_intensity} = $value;
134 }); 144 });
135 145
136 $table->add (0, 5, new CFClient::UI::Label align => 1, text => "FoW Smooth"); 146 $table->add (0, 5, new CFClient::UI::Label valign => 0, align => 1, text => "FoW Smooth");
137 $table->add (1, 5, new CFClient::UI::CheckBox state => $CFG->{fow_smooth}, connect_changed => sub { 147 $table->add (1, 5, new CFClient::UI::CheckBox state => $CFG->{fow_smooth}, connect_changed => sub {
138 my ($self, $value) = @_; 148 my ($self, $value) = @_;
139 $CFG->{fow_smooth} = $value; 149 $CFG->{fow_smooth} = $value;
150 status "Fog of War smoothing requires OpenGL 1.2 or higher" if $CFClient::GL_VERSION < 1.2;
140 }); 151 });
141 152
153 $table->add (0, 6, new CFClient::UI::Label valign => 0, align => 1, text => "GUI Fontsize");
154 $table->add (1, 6, new CFClient::UI::Slider range => [$CFG->{gui_fontsize}, 0.7, 1.7, 0.1], connect_changed => sub {
155 $CFG->{gui_fontsize} = 0.1 * int $_[1] * 10;
156# $FONTSIZE = int $HEIGHT / 40 * $CFG->{gui_fontsize};
157 });
158
159 $table->add (0, 7, new CFClient::UI::Label valign => 0, align => 1, text => "Server Log Fontsize");
160 $table->add (1, 7, new CFClient::UI::Slider range => [$CFG->{log_fontsize}, 0.7, 1.7, 0.1], connect_changed => sub {
161 $LOGVIEW->set_fontsize ($CFG->{log_fontsize} = 0.1 * int $_[1] * 10);
162 });
163
142 $table->add (1, 6, new CFClient::UI::Button expand => 1, align => 0, text => "Apply", connect_activate => sub { 164 $table->add (1, 8, new CFClient::UI::Button expand => 1, align => 0, text => "Apply", connect_activate => sub {
143 destroy_screen (); 165 video_shutdown ();
144 init_screen (); 166 video_init ();
167 });
168
169 $table->add (0, 9, new CFClient::UI::Label valign => 0, align => 1, text => "Audio Enable");
170 $table->add (1, 9, new CFClient::UI::CheckBox state => $CFG->{audio_enable}, connect_changed => sub {
171 $CFG->{audio_enable} = $_[1];
172 });
173# $table->add (0, 9, new CFClient::UI::Label valign => 0, align => 1, text => "Effects Volume");
174# $table->add (1, 8, new CFClient::UI::Slider range => [$CFG->{effects_volume}, 0, 128, 1], connect_changed => sub {
175# $CFG->{effects_volume} = $_[1];
145 }); 176# });
177 $table->add (0, 10, new CFClient::UI::Label valign => 0, align => 1, text => "Background Music");
178 $table->add (1, 10, my $hbox = new CFClient::UI::HBox);
179 $hbox->add (new CFClient::UI::CheckBox expand => 1, state => $CFG->{bgm_enable}, connect_changed => sub {
180 $CFG->{bgm_enable} = $_[1];
181 });
182 $hbox->add (new CFClient::UI::Slider expand => 1, range => [$CFG->{bgm_volume}, 0, 1, 0.1], connect_changed => sub {
183 $CFG->{bgm_volume} = $_[1];
184 CFClient::MixMusic::volume $_[1] * 128;
185 });
186
187 $table->add (1, 11, new CFClient::UI::Button expand => 1, align => 0, text => "Apply", connect_activate => sub {
188 audio_shutdown ();
189 audio_init ();
190 });
191
192 $dialog
193}
194
195sub make_stats_window {
196 my $tgw = new CFClient::UI::FancyFrame (x => $WIDTH * 2/3, y => 0, title => "Stats");
197 $tgw->add (my $vb = new CFClient::UI::VBox ());
198 $vb->add ($STATWIDS->{stat} = new CFClient::UI::Label valign => 0, align => -1);
199 $vb->add (my $hb2 = new CFClient::UI::HBox);
200 $hb2->add (my $hg = new CFClient::UI::Gauge (type => 'hp'));
201 $hb2->add (my $mg = new CFClient::UI::Gauge (type => 'mana'));
202 $hb2->add (my $gg = new CFClient::UI::Gauge (type => 'grace'));
203 $hb2->add (my $fg = new CFClient::UI::Gauge (type => 'food'));
204 $GAUGES = { food => $fg, mana => $mg, hp => $hg, grace => $gg };
205 $tgw
206}
207
208sub update_stats_window {
209 my ($stats) = @_;
210
211 $STATWIDS->{stat}->set_text (
212 "Title: $stats->{21}\nExp.: " . ($stats->{11} || $stats->{28})
213 . " Level: $stats->{12}\n"
214 . (sprintf "S%d D%d Co%d I%d W%d P%d Ch%2d, Wc%d Ac%d\n",
215 @$stats{5,8,9,6,7,22,10, 13, 14})
216 . (sprintf "Dam %d Arm %d Speed %.2f/%.2f",
217 @$stats{15,16,17,19})
218 );
219}
220
221sub metaserver_dialog {
222 my $dialog = new CFClient::UI::FancyFrame
223 title => "Metaserver",
224 child => (my $vbox = new CFClient::UI::VBox);
225
226 $vbox->add ($dialog->{table} = new CFClient::UI::Table);
227
228 $dialog
229}
230
231sub update_metaserver {
232 my ($HOST) = @_;
233
234 status "fetching metaserver list...";
235
236 my $buf;
237
238 my $fh = new IO::Socket::INET PeerHost => $META_SERVER, Blocking => 0;
239
240 Event->io (fd => $fh, poll => 'r', cb => sub {
241 my $res = sysread $fh, $buf, 8192, length $buf;
242
243 if (!defined $res) {
244 $_[0]->w->cancel;
245 status "metaserver: $!";
246 } elsif ($res == 0) {
247 $_[0]->w->cancel;
248 status "server list retrieved";
249
250 my $table = $METASERVER->{table};
251
252 $table->clear;
253
254 my @col = qw(Use #Users Host Uptime Version Description);
255 $table->add ($_, 0, new CFClient::UI::Label align => 0, fg => [1, 1, 0], text => $col[$_])
256 for 0 .. $#col;
257
258 my @align = qw(1 0 1 1 -1);
259
260 my $y = 0;
261 for my $m (sort { $b->[3] <=> $a->[3] } map [split /\|/], split /\015?\012/, $buf) {
262 my ($ip, $last, $host, $users, $version, $desc, $ibytes, $obytes, $uptime) = @$m;
263
264 for ($desc) {
265 s/<br>/\n/gi;
266 s/<li>/\n· /gi;
267 s/<.*?>//sgi;
268 s/&/&amp;/g;
269 s/</&lt;/g;
270 s/>/&gt;/g;
271 }
272
273 $uptime = sprintf "%dd %02d:%02d:%02d",
274 (int $m->[8] / 86400),
275 (int $m->[8] / 3600) % 24,
276 (int $m->[8] / 60) % 60,
277 $m->[8] % 60;
278
279 $m = [$users, $host, $uptime, $version, $desc];
280
281 $y++;
282
283 $table->add (0, $y, new CFClient::UI::VBox children => [
284 (new CFClient::UI::Button text => " ", connect_activate => sub {
285 $HOST->set_text ($CFG->{host} = $host);
286 }),
287 (new CFClient::UI::Empty expand => 1),
288 ]);
289
290 $table->add ($_ + 1, $y, new CFClient::UI::Label align => $align[$_], text => $m->[$_], fontsize => 0.8)
291 for 0 .. $#$m;
292 }
293 }
294 });
295}
296
297sub server_setup {
298 my $dialog = new CFClient::UI::FancyFrame
299 title => "Server Setup",
300 child => (my $vbox = new CFClient::UI::VBox);
146 301
147 $vbox->add (new CFClient::UI::Label align => 0, text => "Server Setup");
148 $vbox->add (my $table = new CFClient::UI::Table expand => 1, col_expand => [0, 1]); 302 $vbox->add (my $table = new CFClient::UI::Table expand => 1, col_expand => [0, 1]);
149 $table->add (0, 2, new CFClient::UI::Label align => 1, text => "Host"); 303 $table->add (0, 2, new CFClient::UI::Label valign => 0, align => 1, text => "Host:Port");
304
305 {
306 $table->add (1, 2, my $vbox = new CFClient::UI::VBox);
307
150 $table->add (1, 2, my $host = new CFClient::UI::Entry text => $CFG->{host}, connect_changed => sub { 308 $vbox->add (my $HOST = new CFClient::UI::Entry expand => 1, text => $CFG->{host}, connect_changed => sub {
151 my ($self, $value) = @_; 309 my ($self, $value) = @_;
152 $CFG->{host} = $value; 310 $CFG->{host} = $value;
153 }); 311 });
154 312
155 $table->add (0, 3, new CFClient::UI::Label align => 1, text => "Port"); 313 $METASERVER = metaserver_dialog;
156 $table->add (1, 3, my $port = new CFClient::UI::Entry text => $CFG->{port}, connect_changed => sub { 314
157 my ($self, $value) = @_; 315 $vbox->add (new CFClient::UI::Flopper expand => 1, text => "Metaserver", other => $METASERVER, connect_open => sub {
158 $CFG->{port} = $value; 316 update_metaserver $HOST;
159 }); 317 });
318 }
160 319
161 $table->add (0, 4, new CFClient::UI::Label align => 1, text => "Username"); 320 $table->add (0, 4, new CFClient::UI::Label valign => 0, align => 1, text => "Username");
162 $table->add (1, 4, my $user = new CFClient::UI::Entry text => $CFG->{user}, connect_changed => sub { 321 $table->add (1, 4, new CFClient::UI::Entry text => $CFG->{user}, connect_changed => sub {
163 my ($self, $value) = @_; 322 my ($self, $value) = @_;
164 $CFG->{user} = $value; 323 $CFG->{user} = $value;
165 }); 324 });
166 325
167 $table->add (0, 5, new CFClient::UI::Label align => 1, text => "Password"); 326 $table->add (0, 5, new CFClient::UI::Label valign => 0, align => 1, text => "Password");
168 $table->add (1, 5, my $pass = new CFClient::UI::Entry text => $CFG->{password}, hidden => 1, connect_changed => sub { 327 $table->add (1, 5, new CFClient::UI::Entry text => $CFG->{password}, hidden => 1, connect_changed => sub {
169 my ($self, $value) = @_; 328 my ($self, $value) = @_;
170 $CFG->{password} = $value; 329 $CFG->{password} = $value;
171 }); 330 });
172 331
173 $table->add (0, 6, new CFClient::UI::Label align => 1, text => "Def. say cmd"); 332 $table->add (0, 6, new CFClient::UI::Label valign => 0, align => 1, text => "Def. say cmd");
174 $table->add (1, 6, my $saycmd = new CFClient::UI::Entry text => $CFG->{say_command}, connect_changed => sub { 333 $table->add (1, 6, my $saycmd = new CFClient::UI::Entry text => $CFG->{say_command}, connect_changed => sub {
175 my ($self, $value) = @_; 334 my ($self, $value) = @_;
176 $CFG->{say_command} = $value; 335 $CFG->{say_command} = $value;
177 }); 336 });
178 337
179 $table->add (0, 7, new CFClient::UI::Label align => 1, text => "Map Size"); 338 $table->add (0, 7, new CFClient::UI::Label valign => 0, align => 1, text => "Map Size");
180 $table->add (1, 7, new CFClient::UI::Slider 339 $table->add (1, 7, new CFClient::UI::Slider
181 req_w => 100, 340 req_w => 100,
182 range => [$CFG->{mapsize}, 10, 100 + 1, 1], 341 range => [$CFG->{mapsize}, 10, 100 + 1, 1],
183 connect_changed => sub { 342 connect_changed => sub {
184 my ($self, $value) = @_; 343 my ($self, $value) = @_;
189 348
190 $table->add (1, 8, new CFClient::UI::Button expand => 1, align => 0, text => "Login", connect_activate => sub { 349 $table->add (1, 8, new CFClient::UI::Button expand => 1, align => 0, text => "Login", connect_activate => sub {
191 start_game; 350 start_game;
192 }); 351 });
193 352
194 $vbox->add (my $hbox = new CFClient::UI::HBox);
195
196 $hbox->add (new CFClient::UI::Button expand => 1, align => 0, text => "Save", connect_activate => sub {
197 CFClient::write_cfg "$Crossfire::VARDIR/pclientrc";
198 status "Configuration Saved";
199 });
200
201 $dialog 353 $dialog
202} 354}
203 355
204sub console_window { 356sub message_window {
205 my $window = new CFClient::UI::FancyFrame 357 my $window = new CFClient::UI::FancyFrame
358 title => "Messages",
206 border_bg => [1, 1, 1, 0.5], 359 border_bg => [1, 1, 1, 0.5],
207 bg => [0.3, 0.3, 0.3, 0.8], 360 bg => [0.3, 0.3, 0.3, 0.8],
361 user_w => int $::WIDTH / 3,
362 user_h => int $::HEIGHT / 5,
208 child => (my $vbox = new CFClient::UI::VBox); 363 child => (my $vbox = new CFClient::UI::VBox);
209 364
210 $vbox->add ($LOGVIEW = new CFClient::UI::TextView expand => 1); 365 $vbox->add ($LOGVIEW = new CFClient::UI::TextView
366 expand => 1,
367 fontsize => $::CFG->{log_fontsize},
368 );
369
211 $vbox->add (my $input = new CFClient::UI::LineEntry); 370 $vbox->add (my $input = new CFClient::UI::Entry
371 connect_focus_in => sub {
372 my ($input, $prev_focus) = @_;
373
374 delete $input->{refocus_map};
375
376 if ($prev_focus == $MAPWIDGET && $input->{auto_activated}) {
377 $input->{refocus_map} = 1;
378 }
379 delete $input->{auto_activated};
380 },
212 $input->connect (activate => sub { 381 connect_activate => sub {
213 my ($input, $text) = @_; 382 my ($input, $text) = @_;
214 $input->set_text (''); 383 $input->set_text ('');
215 384
216 if ($text =~ /^\/(.*)/) { 385 if ($text =~ /^\/(.*)/) {
217 $::CONN->user_send ("command $1"); 386 $::CONN->user_send ($1);
218 } else { 387 } else {
219 my $say_cmd = $::CFG->{say_command} || 'say'; 388 my $say_cmd = $::CFG->{say_command} || 'say';
220 $::CONN->user_send ("command $say_cmd $text"); 389 $::CONN->user_send ("$say_cmd $text");
221 } 390 }
391 if ($input->{refocus_map}) {
392 delete $input->{refocus_map};
393 $MAPWIDGET->focus_in
222 1 394 }
223 }); 395 },
224 $input->connect (escape => sub { 396 connect_escape => sub {
225 $MAPWIDGET->focus_in 397 $MAPWIDGET->focus_in
226 }); 398 },
227 $input->focus_in; 399 );
228 400
229 $CONSOLE = { 401 $CONSOLE = {
230 window => $window, 402 window => $window,
231 input => $input 403 input => $input
232 }; 404 };
233 405
234 $window 406 $window
235} 407}
236 408
237sub sdl_init { 409sub sdl_init {
238 SDL::Init SDL_INIT_AUDIO | SDL_INIT_VIDEO 410 CFClient::SDL_Init
239 and die "SDL::Init failed!\n"; 411 and die "SDL::Init failed!\n";
240} 412}
241 413
242sub init_screen { 414sub video_init {
243 sdl_init; 415 sdl_init;
244 416
245 ($WIDTH, $HEIGHT) = @{ $SDL_MODES[$CFG->{sdl_mode}] }; 417 ($WIDTH, $HEIGHT) = @{ $SDL_MODES[$CFG->{sdl_mode}] };
246 $FULLSCREEN = $CFG->{fullscreen}; 418 $FULLSCREEN = $CFG->{fullscreen};
247 $FAST = $CFG->{fast}; 419 $FAST = $CFG->{fast};
248 420
249 SDL::GLSetAttribute SDL_GL_RED_SIZE, 5; 421 CFClient::SDL_SetVideoMode $WIDTH, $HEIGHT, $FULLSCREEN
250 SDL::GLSetAttribute SDL_GL_GREEN_SIZE, 5;
251 SDL::GLSetAttribute SDL_GL_BLUE_SIZE, 5;
252 SDL::GLSetAttribute SDL_GL_ALPHA_SIZE, 0;
253
254 SDL::GLSetAttribute SDL_GL_ACCUM_RED_SIZE, 0;
255 SDL::GLSetAttribute SDL_GL_ACCUM_GREEN_SIZE, 0;
256 SDL::GLSetAttribute SDL_GL_ACCUM_BLUE_SIZE, 0;
257 SDL::GLSetAttribute SDL_GL_ACCUM_ALPHA_SIZE, 0;
258
259 SDL::GLSetAttribute SDL_GL_DOUBLEBUFFER, 1;
260 SDL::GLSetAttribute SDL_GL_BUFFER_SIZE, 15;
261 SDL::GLSetAttribute SDL_GL_DEPTH_SIZE, 0;
262
263 SDL::SetVideoMode $WIDTH, $HEIGHT, 0,
264 SDL_HWSURFACE | SDL_ANYFORMAT | SDL_OPENGL | SDL_DOUBLEBUF
265 | ($FULLSCREEN ? SDL_FULLSCREEN : 0)
266 or die "SDL::SetVideoMode failed!\n"; 422 or die "SDL_SetVideoMode failed!\n";
267
268 SDL::WMSetCaption "Crossfire+ Client", "Crossfire+";
269
270 $SDL_EV = new SDL::Event;
271 $SDL_EV->set_unicode (1);
272 423
273 $SDL_ACTIVE = 1; 424 $SDL_ACTIVE = 1;
274 425
275 $LAST_REFRESH = time - 0.01; 426 $LAST_REFRESH = time - 0.01;
276 427
277 CFClient::gl_init; 428 CFClient::gl_init;
278 429
279 $FONTSIZE = int $HEIGHT / 40; 430 $FONTSIZE = int $HEIGHT / 40 * $CFG->{gui_fontsize};
280 431
281 ############################################################################# 432 #############################################################################
282 433
283 $DEBUG_STATUS = new CFClient::UI::Label padding => 0, z => 100; 434 $DEBUG_STATUS = new CFClient::UI::Label padding => 0, z => 100;
284 $CFClient::UI::TOPLEVEL->add ($DEBUG_STATUS); 435 $DEBUG_STATUS->show;
285 436
286 $STATUS_LINE = new CFClient::UI::Label 437 $STATUS_LINE = new CFClient::UI::Label
287 padding => 0, 438 padding => 0,
288 y => $HEIGHT * 44 / 45 - $FONTSIZE; 439 y => $HEIGHT - $FONTSIZE * 1.8;
289 $CFClient::UI::TOPLEVEL->add ($STATUS_LINE); 440 $STATUS_LINE->show;
290 441
291 $ALT_ENTER_MESSAGE = new CFClient::UI::Label 442 $ALT_ENTER_MESSAGE = new CFClient::UI::Label
292 padding => 0, 443 padding => 0,
293 y => $HEIGHT * 44 / 45, 444 fontsize => 0.8,
294 height => $HEIGHT / 45,
295 text => "Use <b>Alt-Enter</b> to toggle fullscreen mode"; 445 markup => "Use <b>Alt-Enter</b> to toggle fullscreen mode";
296 $CFClient::UI::TOPLEVEL->add ($ALT_ENTER_MESSAGE); 446 $ALT_ENTER_MESSAGE->show;
447 $ALT_ENTER_MESSAGE->move (0, $HEIGHT - $ALT_ENTER_MESSAGE->{h});
297 448
298 $CFClient::UI::TOPLEVEL->add ($MAPWIDGET = new CFClient::UI::MapWidget); 449 $CFClient::UI::ROOT->add ($MAPWIDGET = new CFClient::MapWidget);
299 $MAPWIDGET->focus_in; 450 $MAPWIDGET->focus_in;
300 $MAPWIDGET->connect (activate_console => sub { 451 $MAPWIDGET->connect (activate_console => sub {
301 my ($mapwidget, $preset) = @_; 452 my ($mapwidget, $preset) = @_;
302 453
303 if ($CONSOLE) { 454 if ($CONSOLE) {
455 $CONSOLE->{input}->{auto_activated} = 1;
304 $CONSOLE->{input}->focus_in; 456 $CONSOLE->{input}->focus_in;
305 457
306 if ($preset && $CONSOLE->{input}->get_text eq '') { 458 if ($preset && $CONSOLE->{input}->get_text eq '') {
307 $CONSOLE->{input}->set_text ($preset); 459 $CONSOLE->{input}->set_text ($preset);
308 } 460 }
309 } 461 }
310 }); 462 });
311 463
312 $CFClient::UI::TOPLEVEL->add ($BUTTONBAR = new CFClient::UI::HBox); 464 $CFClient::UI::ROOT->add ($BUTTONBAR = new CFClient::UI::HBox);
313 465
314 $BUTTONBAR->add (my $setup = new CFClient::UI::Flopper x => 0, y => 0, text => "Setup", other => config_dialog, state => 1); 466 $BUTTONBAR->add (new CFClient::UI::Flopper text => "Client Setup", other => client_setup);
315 $BUTTONBAR->add (my $setup = new CFClient::UI::Flopper x => 0, y => 0, text => "Console", other => console_window); 467 $BUTTONBAR->add (new CFClient::UI::Flopper text => "Server Setup", other => server_setup);
316} 468 $BUTTONBAR->add (new CFClient::UI::Flopper text => "Message Window", other => message_window);
317 469
318sub destroy_screen { 470 $BUTTONBAR->add (new CFClient::UI::Button text => "Save Config", connect_activate => sub {
471 CFClient::write_cfg "$Crossfire::VARDIR/pclientrc";
472 status "Configuration Saved";
473 });
474
475 $BUTTONBAR->{children}[1]->emit ("activate"); # pop up server setup
476
477
478 $CFClient::UI::ROOT->add (make_stats_window);
479}
480
481sub video_shutdown {
319 $CFClient::UI::TOPLEVEL->{children} = []; 482 $CFClient::UI::ROOT->{children} = [];
320 undef $SDL_ACTIVE; 483 undef $SDL_ACTIVE;
484}
485
486my @bgmusic = qw(game1.ogg game2.ogg game3.ogg game5.ogg game6.ogg ross1.ogg ross2.ogg ross3.ogg ross4.ogg ross5.ogg); #d#
487my $bgmusic;#TODO#hack#d#
488
489sub audio_music_finished {
490 return unless $CFG->{bgm_enable};
491
492 # TODO: hack, do play loop and mood music
493 $bgmusic = new_from_file CFClient::MixMusic CFClient::find_rcfile "music/$bgmusic[0]";
494 $bgmusic->play (0);
495
496 push @bgmusic, shift @bgmusic;
497}
498
499sub audio_init {
500 if ($CFG->{audio_enable}) {
501 if (open my $fh, "<:utf8", CFClient::find_rcfile "sounds/config") {
502 $SDL_MIXER = !CFClient::Mix_OpenAudio;
503 CFClient::Mix_AllocateChannels 8;
504 CFClient::MixMusic::volume $CFG->{bgm_volume} * 128;
505
506 audio_music_finished;
507
508 while (<$fh>) {
509 next if /^\s*#/;
510 next if /^\s*$/;
511
512 my ($file, $volume, $event) = split /\s+/, $_, 3;
513
514 push @SOUNDS, "$volume,$file";
515
516 $AUDIO_CHUNKS{"$volume,$file"} ||= do {
517 my $chunk = new_from_file CFClient::MixChunk CFClient::find_rcfile "sounds/$file";
518 $chunk->volume ($volume * 128 / 100);
519 $chunk
520 };
521 }
522 } else {
523 status "unable to open sound config: $!";
524 }
525 }
526}
527
528sub audio_shutdown {
529 CFClient::Mix_CloseAudio if $SDL_MIXER;
321 undef $SDL_EV; 530 undef $SDL_MIXER;
322 SDL::Quit; 531 @SOUNDS = ();
532 %AUDIO_CHUNKS = ();
323} 533}
324 534
325my %animate_object; 535my %animate_object;
326my $animate_timer; 536my $animate_timer;
327 537
335 debug sprintf "%3.2f", $fps; 545 debug sprintf "%3.2f", $fps;
336 546
337 $want_refresh = 0; 547 $want_refresh = 0;
338 $can_refresh = 0; 548 $can_refresh = 0;
339 549
340 glViewport 0, 0, $WIDTH, $HEIGHT;
341 glClearColor +($CFG->{fow_intensity}) x 3, 1;
342 glClear GL_COLOR_BUFFER_BIT;
343
344 glMatrixMode GL_PROJECTION;
345 glLoadIdentity;
346 glOrtho 0, $WIDTH, $HEIGHT, 0, -10000 , 10000;
347 glMatrixMode GL_MODELVIEW;
348 glLoadIdentity;
349
350 $CFClient::UI::TOPLEVEL->draw; 550 $CFClient::UI::ROOT->draw;
351 551
352 SDL::GLSwapBuffers; 552 CFClient::SDL_GL_SwapBuffers;
353 553
354 $LAST_REFRESH = $NOW; 554 $LAST_REFRESH = $NOW;
355} 555}
356 556
357my $refresh_watcher = Event->timer (after => 0, hard => 1, interval => 1 / $MAX_FPS, cb => sub { 557my $refresh_watcher = Event->timer (after => 0, hard => 1, interval => 1 / $MAX_FPS, cb => sub {
358 $NOW = time; 558 $NOW = time;
359 559
360 ($SDL_CB{$SDL_EV->type} || sub { warn "unhandled event ", $SDL_EV->type })->() 560 ($SDL_CB{$_->{type}} || sub { warn "unhandled event $_->{type}" })->($_)
361 while $SDL_EV->poll; 561 for CFClient::SDL_PollEvent;
362 562
363 if (%animate_object) { 563 if (%animate_object) {
364 $_->animate ($LAST_REFRESH - $NOW) for values %animate_object; 564 $_->animate ($LAST_REFRESH - $NOW) for values %animate_object;
365 $want_refresh++; 565 $want_refresh++;
366 } 566 }
386 delete $animate_object{$widget}; 586 delete $animate_object{$widget};
387} 587}
388 588
389@conn::ISA = Crossfire::Protocol::; 589@conn::ISA = Crossfire::Protocol::;
390 590
591sub conn::stats_update {
592 my ($self, $stats) = @_;
593
594 # i love text protocols!!!
595 # FIXME: the stats are somehow weird
596 my $hp = $stats->{1};
597 my $hp_m = $stats->{2};
598 my $sp = $stats->{3};
599 my $sp_m = $stats->{4};
600 my $fo = $stats->{18};
601 my $fo_m = 999;
602 my $gr = $stats->{23};
603 my $gr_m = $stats->{24};
604
605 #d# warn "DATA $hp $hp_m $sp $sp_m $fo $fo_m $gr $gr_m\n";
606 $GAUGES->{hp} ->set_value ($hp, $hp_m);
607 $GAUGES->{mana} ->set_value ($sp, $sp_m);
608 $GAUGES->{food} ->set_value ($fo, $fo_m);
609 $GAUGES->{grace}->set_value ($gr, $gr_m);
610
611 update_stats_window ($stats);
612}
613
391sub conn::user_send { 614sub conn::user_send {
392 my ($self, $command) = @_; 615 my ($self, $command) = @_;
393 616
394 $self->send ($command); 617 $self->send_command ($command);
395 status $command; 618 status $command;
619}
620
621sub conn::map_scroll {
622 my ($self, $dx, $dy) = @_;
623
624 $MAP->scroll ($dx, $dy);
396} 625}
397 626
398sub conn::feed_map1a { 627sub conn::feed_map1a {
399 my ($self, $data) = @_; 628 my ($self, $data) = @_;
400 629
401# $self->Crossfire::Protocol::feed_map1a ($data); 630# $self->Crossfire::Protocol::feed_map1a ($data);
402 631
403 $MAP->scroll (delete $self->{delayed_scroll_x}, delete $self->{delayed_scroll_y});
404 $MAP->map1a_update ($data); 632 $MAP->map1a_update ($data);
405 $MAPWIDGET->update; 633 $MAPWIDGET->update;
406} 634}
407 635
408#sub conn::map_update { 636sub conn::flush_map {
409# my ($self, $dirty) = @_; 637 my ($self) = @_;
410# 638
411# $MAPWIDGET->update; 639 my $map_info = delete $self->{map_info}
412#} 640 or return;
641
642 my ($hash, $x, $y, $w, $h) = @$map_info;
643
644 my $data = $MAP->get_rect ($x, $y, $w, $h);
645 $MAPCACHE->put ($hash => Compress::LZF::compress $data);
646 #warn sprintf "SAVEmap[%s] length %d\n", $hash, length $data;#d#
647}
413 648
414sub conn::map_clear { 649sub conn::map_clear {
415 my ($self) = @_; 650 my ($self) = @_;
416 651
652 $self->flush_map;
653 delete $self->{neigh_map};
654
417 $MAP->clear; 655 $MAP->clear;
656}
418 657
419# refresh; 658
659sub conn::load_map($$$) {
660 my ($self, $hash, $x, $y) = @_;
661
662 if (defined (my $data = $MAPCACHE->get ($hash))) {
663 $data = Compress::LZF::decompress $data;
664 #warn sprintf "LOADmap[%s,%d,%d] length %d\n", $hash, $x, $y, length $data;#d#
665 for my $id ($MAP->set_rect ($x, $y, $data)) {
666 my $data = $TILECACHE->get ($id)
667 or next;
668
669 $self->set_texture ($id => $data);
670 }
671 }
672}
673
674# this method does a "flood fill" into every tile direction
675# it assumes that tiles are arranged in a rectangular grid,
676# i.e. a map is the same as the left of the right map etc.
677# failure to comply are harmless and result in display errors
678# at worst.
679sub conn::flood_fill {
680 my ($self, $gx, $gy, $path, $hash, $flags) = @_;
681
682 # the server does not allow map paths > 6
683 return if 6 <= length $path;
684
685 my ($x0, $y0, $x1, $y1) = @{$self->{neigh_rect}};
686
687 for (
688 [1, 0, -1],
689 [2, 1, 0],
690 [3, 0, 1],
691 [4, -1, 0],
692 ) {
693 my ($tile, $dx, $dy) = @$_;
694
695 my $gx = $gx + $dx;
696 my $gy = $gy + $dy;
697
698 next unless $flags & (1 << ($tile - 1));
699 next if $self->{neigh_grid}{$gx, $gy}++;
700
701 my $neigh = $self->{neigh_map}{$hash} ||= [];
702 if (my $info = $neigh->[$tile]) {
703 my ($flags, $x, $y, $w, $h, $hash) = @$info;
704
705 $self->flood_fill ($gx, $gy, "$path$tile", $hash, $flags)
706 if $x >= $x0 && $x + $w < $x1 && $y >= $y0 && $y + $h < $y1;
707
708 } else {
709 $self->send_mapinfo ("spatial $path$tile", sub {
710 my ($mode, $flags, $x, $y, $w, $h, $hash) = @_;
711
712 return if $mode ne "spatial";
713
714 $x += $MAP->ox;
715 $y += $MAP->oy;
716
717 $self->load_map ($hash, $x, $y)
718 unless $self->{neigh_map}{$hash}[5]++;#d#
719
720 $neigh->[$tile] = [$flags, $x, $y, $w, $h, $hash];
721
722 $self->flood_fill ($gx, $gy, "$path$tile", $hash, $flags)
723 if $x >= $x0 && $x + $w < $x1 && $y >= $y0 && $y + $h < $y1;
724 });
725 }
726 }
727}
728
729sub conn::map_change {
730 my ($self, $mode, $flags, $x, $y, $w, $h, $hash) = @_;
731
732 $self->flush_map;
733
734 my ($ox, $oy) = ($::MAP->ox, $::MAP->oy);
735
736 my $mapmapw = 250;
737 my $mapmaph = 250;
738
739 $self->{neigh_rect} = [
740 $ox - $mapmapw * 0.5, $oy - $mapmapw * 0.5,
741 $ox + $mapmapw * 0.5 + $w, $oy + $mapmapw * 0.5 + $h,
742 ];
743
744 delete $self->{neigh_grid};
745 $self->flood_fill (0, 0, "", $hash, $flags);
746
747 $x += $ox;
748 $y += $oy;
749
750 $self->{map_info} = [$hash, $x, $y, $w, $h];
751
752 $self->load_map ($hash, $x, $y);
420} 753}
421 754
422sub conn::face_find { 755sub conn::face_find {
423 my ($self, $face) = @_; 756 my ($self, $facenum, $face) = @_;
424 757
425 $FACECACHE->{"$face->{chksum},$face->{name}"} 758 my $hash = "$face->{chksum},$face->{name}";
759
760 my $id = $FACEMAP->get ($hash);
761
762 unless ($id) {
763 # create new id for face
764 # i love transactions
765 for (1..100) {
766 my $txn = $CFClient::DB_ENV->txn_begin;
767 my $status = $FACEMAP->db_get (id => $id, BerkeleyDB::DB_RMW);
768 if ($status == 0 || $status == BerkeleyDB::DB_NOTFOUND) {
769 $id++;
770 if ($FACEMAP->put (id => $id) == 0
771 && $FACEMAP->put ($hash => $id) == 0) {
772 $txn->txn_commit;
773
774 goto gotid;
775 }
776 }
777 $txn->abort;
778 }
779
780 CFClient::fatal "maximum number of transaction retries reached - database problems?";
781 }
782
783gotid:
784 $face->{id} = $id;
785 $MAP->set_face ($facenum => $id);
786 $TILECACHE->get ($id)
426} 787}
427 788
428sub conn::face_update { 789sub conn::face_update {
429 my ($self, $facenum, $face) = @_; 790 my ($self, $facenum, $face) = @_;
430 791
431 $FACECACHE->{"$face->{chksum},$face->{name}"} = $face->{image}; 792 $TILECACHE->put ($face->{id} => $face->{image}); #TODO: try to avoid duplicate writes
432 793
433 my $tex = $face->{texture} = new_from_image CFClient::Texture delete $face->{image}; 794 $self->set_texture ($face->{id} => delete $face->{image});
795}
434 796
797sub conn::set_texture {
798 my ($self, $id, $data) = @_;
799
800 $self->{texture}[$id] ||= do {
801 my $tex =
802 new_from_image CFClient::Texture
803 $data, minify => 1;
804
435 $MAP->set_texture ($facenum, @$tex{qw(name w h s t)}); 805 $MAP->set_texture ($id, @$tex{qw(name w h s t)}, @{$tex->{minified}});
436 $MAPWIDGET->update; 806 $MAPWIDGET->update;
807
808 $tex
809 };
810}
811
812sub conn::sound_play {
813 my ($self, $x, $y, $soundnum, $type) = @_;
814
815 $SDL_MIXER
816 or return;
817
818 my $chunk = $AUDIO_CHUNKS{$SOUNDS[$soundnum]}
819 or return;
820
821 $chunk->play;
822# warn "sound $x,$y,$soundnum,$type\n";#d#
437} 823}
438 824
439sub conn::query { 825sub conn::query {
440 my ($self, $flags, $prompt) = @_; 826 my ($self, $flags, $prompt) = @_;
441 827
442 #TODO 828 #TODO, display dialog with relevant information
443 warn "<<<<QUERY:$flags:$prompt>>>\n";#d# 829 warn "<<<<QUERY:$flags:$prompt>>>\n";#d#
444} 830}
445 831
446sub conn::drawinfo { 832sub conn::drawinfo {
447 my ($self, $color, $text) = @_; 833 my ($self, $color, $text) = @_;
448 834
449 my @color = ( 835 my @color = (
450 [1.00, 1.00, 1.00], #[0.00, 0.00, 0.00], 836 [1.00, 1.00, 1.00], #[0.00, 0.00, 0.00],
451 [1.00, 1.00, 1.00], 837 [1.00, 1.00, 1.00],
452 [0.00, 0.00, 0.55], 838 [0.50, 0.50, 1.00], #[0.00, 0.00, 0.55]
453 [1.00, 0.00, 0.00], 839 [1.00, 0.00, 0.00],
454 [1.00, 0.54, 0.00], 840 [1.00, 0.54, 0.00],
455 [0.11, 0.56, 1.00], 841 [0.11, 0.56, 1.00],
456 [0.93, 0.46, 0.00], 842 [0.93, 0.46, 0.00],
457 [0.18, 0.54, 0.34], 843 [0.18, 0.54, 0.34],
463 ); 849 );
464 850
465 $LOGVIEW->add_paragraph ($color[$color], $text); 851 $LOGVIEW->add_paragraph ($color[$color], $text);
466} 852}
467 853
854sub conn::spell_add {
855 my ($self, $spell) = @_;
856
857 $MAPWIDGET->add_command ("invoke $spell->{name}", $spell->{message}, sub {
858 });
859 $MAPWIDGET->add_command ("cast $spell->{name}", $spell->{message}, sub {
860 });
861}
862
863sub conn::spell_delete {
864 my ($self, $spell) = @_;
865}
866
867sub conn::addme_success {
868 my ($self) = @_;
869
870 for my $skill (values %{$self->{skill_info}}) {
871 $MAPWIDGET->add_command ("ready_skill $skill", "", sub {
872 });
873 $MAPWIDGET->add_command ("use_skill $skill", "", sub {
874 });
875 }
876}
877
468%SDL_CB = ( 878%SDL_CB = (
469 SDL_QUIT() => sub { 879 CFClient::SDL_QUIT => sub {
470 Event::unloop -1; 880 Event::unloop -1;
471 }, 881 },
472 SDL_VIDEORESIZE() => sub { 882 CFClient::SDL_VIDEORESIZE => sub {
473 }, 883 },
474 SDL_VIDEOEXPOSE() => sub { 884 CFClient::SDL_VIDEOEXPOSE => \&refresh,
475 refresh; 885 CFClient::SDL_ACTIVEEVENT => sub {
886# printf "active %x %x\n", $SDL_EV->active_gain, $SDL_EV->active_state;#d#
476 }, 887 },
477 SDL_KEYDOWN() => sub { 888 CFClient::SDL_KEYDOWN => sub {
478 if ($SDL_EV->key_mod & KMOD_ALT && $SDL_EV->key_sym == SDLK_RETURN) { 889 if ($_[0]{mod} & CFClient::KMOD_ALT && $_[0]{sym} == 13) {
479 # alt-enter 890 # alt-enter
480 destroy_screen; 891 video_shutdown;
481 $CFG->{fullscreen} = !$CFG->{fullscreen}; 892 $CFG->{fullscreen} = !$CFG->{fullscreen};
482 init_screen; 893 video_init;
483 } else { 894 } else {
484 CFClient::UI::feed_sdl_key_down_event ($SDL_EV); 895 CFClient::UI::feed_sdl_key_down_event ($_[0]);
485 } 896 }
486 }, 897 },
487 SDL_KEYUP() => sub { 898 CFClient::SDL_KEYUP => \&CFClient::UI::feed_sdl_key_up_event,
488 CFClient::UI::feed_sdl_key_up_event ($SDL_EV); 899 CFClient::SDL_MOUSEMOTION => \&CFClient::UI::feed_sdl_motion_event,
489 }, 900 CFClient::SDL_MOUSEBUTTONDOWN => \&CFClient::UI::feed_sdl_button_down_event,
490 SDL_MOUSEMOTION() => sub { 901 CFClient::SDL_MOUSEBUTTONUP => \&CFClient::UI::feed_sdl_button_up_event,
491 CFClient::UI::feed_sdl_motion_event ($SDL_EV); 902 CFClient::SDL_USEREVENT => \&audio_music_finished,
492 },
493 SDL_MOUSEBUTTONDOWN() => sub {
494 CFClient::UI::feed_sdl_button_down_event ($SDL_EV);
495 },
496 SDL_MOUSEBUTTONUP() => sub {
497 CFClient::UI::feed_sdl_button_up_event ($SDL_EV);
498 },
499 SDL_ACTIVEEVENT() => sub {
500# printf "active %x %x\n", $SDL_EV->active_gain, $SDL_EV->active_state;#d#
501 },
502); 903);
503 904
504############################################################################# 905#############################################################################
505 906
907$SIG{INT} = $SIG{TERM} = sub { exit };
908
909$TILECACHE = CFClient::db_table "tilecache";
910$FACEMAP = CFClient::db_table "facemap";
911
506CFClient::read_cfg "$Crossfire::VARDIR/pclientrc"; 912CFClient::read_cfg "$Crossfire::VARDIR/pclientrc";
507 913
508my %DEF_CFG = ( 914my %DEF_CFG = (
915 sdl_mode => 0,
509 width => 640, 916 width => 640,
510 height => 480, 917 height => 480,
918 fullscreen => 0,
511 fast => 0, 919 fast => 0,
512 fow_enable => 1, 920 fow_enable => 1,
513 fow_intensity => 0.45, 921 fow_intensity => 0.45,
514 fow_smooth => 0, 922 fow_smooth => 0,
515 fullscreen => 0, 923 gui_fontsize => 1,
516 sdl_mode => 0, 924 log_fontsize => 14,
517 mapsize => 100, 925 mapsize => 100,
518 host => "crossfire.schmorp.de", 926 host => "crossfire.schmorp.de",
519 port => 13327,
520 say_command => 'say', 927 say_command => 'say',
928 audio_enable => 1,
929 bgm_enable => 1,
930 bgm_volume => 0.25,
521); 931);
522 932
523while (my ($k, $v) = each %DEF_CFG) { 933while (my ($k, $v) = each %DEF_CFG) {
524 $CFG->{$k} = $v unless exists $CFG->{$k}; 934 $CFG->{$k} = $v unless exists $CFG->{$k};
525} 935}
526 936
527sdl_init; 937sdl_init;
528 938
529@SDL_MODES = reverse 939@SDL_MODES = reverse
530 grep $_->[0] >= 640 && $_->[1] >= 480, 940 grep $_->[0] >= 640 && $_->[1] >= 480,
531 map [SDL::RectW ($_), SDL::RectH ($_)], 941 CFClient::SDL_ListModes;
532 @{ SDL::ListModes 0, SDL_FULLSCREEN | SDL_HWSURFACE | SDL_OPENGL };
533 942
534@SDL_MODES or CFClient::fatal "Unable to find a usable video mode\n(hardware accelerated opengl fullscreen)"; 943@SDL_MODES or CFClient::fatal "Unable to find a usable video mode\n(hardware accelerated opengl fullscreen)";
535 944
536$CFG->{sdl_mode} = 0 if $CFG->{sdl_mode} > @SDL_MODES; 945$CFG->{sdl_mode} = 0 if $CFG->{sdl_mode} > @SDL_MODES;
537
538init_screen;
539 946
540{ 947{
541 my @fonts = map CFClient::find_rcfile $_, qw(uifont.ttf uifontb.ttf uifonti.ttf uifontbi.ttf); 948 my @fonts = map CFClient::find_rcfile $_, qw(uifont.ttf uifontb.ttf uifonti.ttf uifontbi.ttf);
542 949
543 CFClient::add_font $_ for @fonts; 950 CFClient::add_font $_ for @fonts;
544 CFClient::set_font $fonts[0]; 951 CFClient::set_font $fonts[0];
545} 952}
546 953
547$FACECACHE = eval { Crossfire::load_ref "$Crossfire::VARDIR/pclient.faces" } || {}; 954video_init;
955audio_init;
548 956
549Event::loop; 957Event::loop;
550 958
551Crossfire::save_ref $FACECACHE, "$Crossfire::VARDIR/pclient.faces"; 959END { CFClient::SDL_Quit }
552 960
961

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines