-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCEGUI.log
573 lines (572 loc) · 68.1 KB
/
CEGUI.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
03/04/2016 17:48:46 (Std) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
03/04/2016 17:48:46 (Std) + Crazy Eddie's GUI System - Event log +
03/04/2016 17:48:46 (Std) + (http://www.cegui.org.uk/) +
03/04/2016 17:48:46 (Std) +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
03/04/2016 17:48:46 (Std) CEGUI::Logger singleton created. (0x1ed4dd0)
03/04/2016 17:48:46 (Std)
03/04/2016 17:48:46 (Std) ********************************************************************************
03/04/2016 17:48:46 (Std) * Important: *
03/04/2016 17:48:46 (Std) * To get support at the CEGUI forums, you must post _at least_ the section *
03/04/2016 17:48:46 (Std) * of this log file indicated below. Failure to do this will result in no *
03/04/2016 17:48:46 (Std) * support being given; please do not waste our time. *
03/04/2016 17:48:46 (Std) ********************************************************************************
03/04/2016 17:48:46 (Std) ********************************************************************************
03/04/2016 17:48:46 (Std) * -------- START OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM -------- *
03/04/2016 17:48:46 (Std) ********************************************************************************
03/04/2016 17:48:46 (Std) ---- Version: 0.8.4 (Build: Jan 19 2016 GNU/Linux g++ 4.8.4 64 bit) ----
03/04/2016 17:48:46 (Std) ---- Renderer module is: CEGUI::IrrlichtRenderer - Official Irrlicht based 2nd generation renderer module. RenderTarget support is enabled. ----
03/04/2016 17:48:46 (Std) ---- XML Parser module is: CEGUI::ExpatParser - Official expat based parser module for CEGUI ----
03/04/2016 17:48:46 (Std) ---- Image Codec module is: IrrlichtImageCodec - Integrated ImageCodec using the Irrlicht engine. ----
03/04/2016 17:48:46 (Std) ---- Scripting module is: None ----
03/04/2016 17:48:46 (Std) ********************************************************************************
03/04/2016 17:48:46 (Std) * -------- END OF ESSENTIAL SECTION TO BE POSTED ON THE FORUM -------- *
03/04/2016 17:48:46 (Std) ********************************************************************************
03/04/2016 17:48:46 (Std)
03/04/2016 17:48:46 (Std) ---- Begining CEGUI System initialisation ----
03/04/2016 17:48:46 (Std) [CEGUI::ImageManager] Singleton created (0x1ed6a10)
03/04/2016 17:48:46 (Std) [CEGUI::ImageManager] Registered Image type: BasicImage
03/04/2016 17:48:46 (Std) CEGUI::FontManager singleton created. (0x1ed60c0)
03/04/2016 17:48:46 (Std) CEGUI::WindowFactoryManager singleton created
03/04/2016 17:48:46 (Std) CEGUI::WindowManager singleton created (0x1ed5230)
03/04/2016 17:48:46 (Std) CEGUI::SchemeManager singleton created. (0x1ed76a0)
03/04/2016 17:48:46 (Std) CEGUI::GlobalEventSet singleton created. (0x183a760)
03/04/2016 17:48:46 (Std) CEGUI::AnimationManager singleton created (0x1ed77d0)
03/04/2016 17:48:46 (Std) CEGUI::WidgetLookManager singleton created. (0x1b608a0)
03/04/2016 17:48:46 (Std) CEGUI::WindowRendererManager singleton created (0x1ca26b0)
03/04/2016 17:48:46 (Std) CEGUI::RenderEffectManager singleton created (0x1edf7d0)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'DefaultWindow' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'DefaultWindow' windows added. (0x1edbe20)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'DragContainer' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'DragContainer' windows added. (0x1edbfc0)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'ScrolledContainer' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'ScrolledContainer' windows added. (0x1edc160)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'ClippedContainer' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'ClippedContainer' windows added. (0x1edc300)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'CEGUI/PushButton' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'CEGUI/PushButton' windows added. (0x1edc4a0)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'CEGUI/RadioButton' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'CEGUI/RadioButton' windows added. (0x1edc640)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'CEGUI/Combobox' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'CEGUI/Combobox' windows added. (0x1edc7e0)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'CEGUI/ComboDropList' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'CEGUI/ComboDropList' windows added. (0x1edc980)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'CEGUI/Editbox' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'CEGUI/Editbox' windows added. (0x1edcb20)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'CEGUI/FrameWindow' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'CEGUI/FrameWindow' windows added. (0x1edcd10)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'CEGUI/ItemEntry' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'CEGUI/ItemEntry' windows added. (0x1edceb0)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'CEGUI/Listbox' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'CEGUI/Listbox' windows added. (0x1edd050)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'CEGUI/ListHeader' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'CEGUI/ListHeader' windows added. (0x1edd1f0)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'CEGUI/ListHeaderSegment' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'CEGUI/ListHeaderSegment' windows added. (0x1edd390)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'CEGUI/Menubar' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'CEGUI/Menubar' windows added. (0x1edd530)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'CEGUI/PopupMenu' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'CEGUI/PopupMenu' windows added. (0x1edd6d0)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'CEGUI/MenuItem' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'CEGUI/MenuItem' windows added. (0x1edd870)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'CEGUI/MultiColumnList' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'CEGUI/MultiColumnList' windows added. (0x1edda10)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'CEGUI/MultiLineEditbox' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'CEGUI/MultiLineEditbox' windows added. (0x1ea7270)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'CEGUI/ProgressBar' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'CEGUI/ProgressBar' windows added. (0x1ea7410)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'CEGUI/ScrollablePane' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'CEGUI/ScrollablePane' windows added. (0x1ea75b0)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'CEGUI/Scrollbar' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'CEGUI/Scrollbar' windows added. (0x1ea7750)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'CEGUI/Slider' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'CEGUI/Slider' windows added. (0x1ea78f0)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'CEGUI/Spinner' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'CEGUI/Spinner' windows added. (0x1ea7a90)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'CEGUI/TabButton' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'CEGUI/TabButton' windows added. (0x1ea7c30)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'CEGUI/TabControl' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'CEGUI/TabControl' windows added. (0x1ea7dd0)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'CEGUI/Thumb' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'CEGUI/Thumb' windows added. (0x1ea7f70)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'CEGUI/Titlebar' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'CEGUI/Titlebar' windows added. (0x1ea8110)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'CEGUI/ToggleButton' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'CEGUI/ToggleButton' windows added. (0x1ea82b0)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'CEGUI/Tooltip' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'CEGUI/Tooltip' windows added. (0x1ea8450)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'CEGUI/ItemListbox' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'CEGUI/ItemListbox' windows added. (0x1ea85f0)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'CEGUI/GroupBox' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'CEGUI/GroupBox' windows added. (0x1ea8790)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'CEGUI/Tree' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'CEGUI/Tree' windows added. (0x1ea8930)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'LayoutCell' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'LayoutCell' windows added. (0x1ea7080)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'HorizontalLayoutContainer' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'HorizontalLayoutContainer' windows added. (0x1ea8dc0)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'VerticalLayoutContainer' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'VerticalLayoutContainer' windows added. (0x1ea8f60)
03/04/2016 17:48:46 (Std) Created WindowFactory for 'GridLayoutContainer' windows.
03/04/2016 17:48:46 (Std) WindowFactory for 'GridLayoutContainer' windows added. (0x1ea9100)
03/04/2016 17:48:46 (Std) CEGUI::System singleton created. (0x1ed4b80)
03/04/2016 17:48:46 (Std) ---- CEGUI System initialisation completed ----
03/04/2016 17:48:46 (Std)
03/04/2016 17:48:46 (Std) ---- Scripting module is now: CEGUI::LuaScriptModule - Official Lua based scripting module for CEGUI ----
03/04/2016 17:48:46 (Std) ---- Creating Lua bindings ----
03/04/2016 17:48:46 (Std) Started creation of Scheme from XML specification:
03/04/2016 17:48:46 (Std) ---- CEGUI GUIScheme name: GlossySerpent
03/04/2016 17:48:46 (Std) [ImageManager] Started creation of Imageset from XML specification:
03/04/2016 17:48:46 (Std) [ImageManager] ---- CEGUI Imageset name: GlossySerpent
03/04/2016 17:48:46 (Std) [ImageManager] ---- Source texture file: GlossySerpent.png
03/04/2016 17:48:46 (Std) [ImageManager] ---- Source texture resource group: (Default)
03/04/2016 17:48:46 (Std) [IrrlichtRenderer] Created texture: GlossySerpent
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/SimplePanelBorder_TL' (0x1fefc70) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/SimplePanelBorder_L' (0x1ff0060) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/SimplePanelBorder_BL' (0x1ff0420) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/SimplePanelBorder_T' (0x1ff0770) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/SimplePanelBorder_M' (0x1ff0b30) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/SimplePanelBorder_B' (0x1ff0e60) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/SimplePanelBorder_TR' (0x1ff1190) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/SimplePanelBorder_R' (0x1ff14e0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/SimplePanelBorder_BR' (0x1ff1810) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/SimplePanelBck_TL' (0x1ff1b60) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/SimplePanelBck_L' (0x1ff1d70) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/SimplePanelBck_BL' (0x1ff1f80) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/SimplePanelBck_T' (0x1ff2190) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/SimplePanelBck_M' (0x1ff23a0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/SimplePanelBck_B' (0x1ff25b0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/SimplePanelBck_TR' (0x1ff27c0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/SimplePanelBck_R' (0x1ff29d0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/SimplePanelBck_BR' (0x1ff2be0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/Button32_4D_TL' (0x1fef590) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/Button32_4D_L' (0x1fe4c70) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/Button32_4D_BL' (0x20010b0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/Button32_4D_T' (0x20011d0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/Button32_4D_M' (0x20012f0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/Button32_4D_B' (0x2001410) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/Button32_4D_TR' (0x2001620) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/Button32_4D_R' (0x2001830) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/Button32_4D_BR' (0x2001a40) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/Button32_4D_Background' (0x2001c50) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/Button32_4D_BackgHighlight' (0x1ff3350) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/Button32_2C_TL' (0x1ff3110) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/Button32_2C_L' (0x2002270) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/Button32_2C_BL' (0x2002480) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/Button32_2C_T' (0x2002690) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/Button32_2C_M' (0x20028a0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/Button32_2C_B' (0x2002ab0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/Button32_2C_TR' (0x2002cc0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/Button32_2C_R' (0x2002ed0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/Button32_2C_BR' (0x20030e0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MiniButton_TL' (0x20032f0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MiniButton_L' (0x2003500) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MiniButton_BL' (0x2003710) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MiniButton_T' (0x2003920) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MiniButton_M' (0x2003b30) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MiniButton_B' (0x2003d40) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MiniButton_TR' (0x2003f50) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MiniButton_R' (0x2004160) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MiniButton_BR' (0x2004370) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MiniButton_Background' (0x2004580) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MiniButton_BackgHighlight' (0x2004920) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ButtonEmpty32_UpL' (0x1fe4ae0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ButtonEmpty32_UpM' (0x2004c20) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ButtonEmpty32_UpR' (0x2004e30) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ButtonEmpty32_UpT' (0x2005040) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ButtonEmpty32_UpB' (0x2005250) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ButtonEmpty32_UpBL' (0x2005460) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ButtonEmpty32_UpBR' (0x2005670) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ButtonEmpty32_UpTL' (0x2005880) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ButtonEmpty32_UpTR' (0x2005bb0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ButtonEmpty32_OverL' (0x2005ee0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ButtonEmpty32_OverM' (0x2006210) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ButtonEmpty32_OverR' (0x2006540) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ButtonEmpty32_OverT' (0x2006870) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ButtonEmpty32_OverB' (0x2006ba0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ButtonEmpty32_OverBL' (0x2007060) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ButtonEmpty32_OverBR' (0x2007450) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ButtonEmpty32_OverTL' (0x20077a0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ButtonEmpty32_OverTR' (0x2007af0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ButtonEmpty32_DownL' (0x2007e40) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ButtonEmpty32_DownM' (0x2008050) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ButtonEmpty32_DownR' (0x20082f0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ButtonEmpty32_DownT' (0x2008620) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ButtonEmpty32_DownB' (0x2008950) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ButtonEmpty32_DownBL' (0x2008e10) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ButtonEmpty32_DownBR' (0x2009200) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ButtonEmpty32_DownTL' (0x2009550) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ButtonEmpty32_DownTR' (0x20098a0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/StaticTopLeft' (0x2009bf0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/StaticLeft' (0x2009e00) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/StaticBottomLeft' (0x200a010) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/StaticTop' (0x200a220) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/StaticBackdrop' (0x200a430) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/StaticBottom' (0x200a640) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/StaticTopRight' (0x200a850) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/StaticRight' (0x200aa60) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/StaticBottomRight' (0x200ac70) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ComboboxEditLeft' (0x200ae80) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ComboboxEditMiddle' (0x200b090) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ComboboxEditRight' (0x200b2a0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ComboboxButtonBorder_TL' (0x200b4b0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ComboboxButtonBorder_L' (0x200b8a0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ComboboxButtonBorder_BL' (0x200bbf0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ComboboxButtonBorder_T' (0x200bf40) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ComboboxButtonBorder_M' (0x200c290) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ComboboxButtonBorder_B' (0x200c5e0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ComboboxButtonBorder_TR' (0x200c930) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ComboboxButtonBorder_R' (0x200cc80) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ComboboxButtonBorder_BR' (0x200cfd0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ComboboxButtonBackground' (0x200d4b0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ComboboxButtonBackgHighlight' (0x200da60) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ComboboxButtonGlyph' (0x1fd4100) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ComboboxListTopLeft' (0x200de20) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ComboboxListLeft' (0x200e030) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ComboboxListBottomLeft' (0x200e3d0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ComboboxListTop' (0x200e720) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ComboboxListBackdrop' (0x200e930) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ComboboxListBottom' (0x200ec80) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ComboboxListTopRight' (0x200f020) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ComboboxListRight' (0x200f370) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ComboboxListBottomRight' (0x200f580) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ComboboxSelectionBrush' (0x200f8d0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/HeaderBarSplitterNormal' (0x200fc20) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/HeaderBarSplitterHover' (0x200ff70) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/HeaderBarSortUp' (0x20102c0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/HeaderBarSortDown' (0x20104d0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MultiListTopLeft' (0x20106e0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MultiListLeft' (0x20108f0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MultiListBottomLeft' (0x2010b00) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MultiListTop' (0x2010d10) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MultiListBackdrop' (0x2010f20) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MultiListBottom' (0x2011130) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MultiListTopRight' (0x2011340) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MultiListRight' (0x2011550) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MultiListBottomRight' (0x20118f0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MultiListSelectionBrush' (0x2011c40) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TextSelectionBrush' (0x2011f90) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/EditBox_TL' (0x20121a0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/EditBox_L' (0x20123b0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/EditBox_BL' (0x20125c0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/EditBox_T' (0x20127d0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/EditBox_M' (0x20129e0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/EditBox_B' (0x2012bf0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/EditBox_TR' (0x2012e00) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/EditBox_R' (0x2013010) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/EditBox_BR' (0x2013220) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/EditBoxCarat' (0x2013430) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/CheckboxMark' (0x2013640) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/CheckboxBorder_TL' (0x2013850) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/CheckboxBorder_L' (0x2013a60) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/CheckboxBorder_BL' (0x2013c70) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/CheckboxBorder_T' (0x2013e80) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/CheckboxBorder_M' (0x2014090) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/CheckboxBorder_B' (0x20142a0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/CheckboxBorder_TR' (0x20144b0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/CheckboxBorder_R' (0x20146c0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/CheckboxBorder_BR' (0x20148d0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/CheckboxBackground' (0x2014ae0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/CheckboxBackgroundHighlight' (0x2014fa0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/RadioButtonNormal' (0x1fe4950) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/RadioButtonHover' (0x20154b0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/RadioButtonMark' (0x20156c0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MiniVertScrollBarSegment' (0x2015a60) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MiniHorzScrollBarSegment' (0x2015dd0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MiniHorzScrollLeftNormal' (0x2016140) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MiniHorzScrollRightNormal' (0x20164b0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/HorzScrollThumbBorder_TL' (0x2016820) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/HorzScrollThumbBorder_L' (0x2016b90) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/HorzScrollThumbBorder_BL' (0x2016ee0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/HorzScrollThumbBorder_T' (0x2017300) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/HorzScrollThumbBorder_M' (0x20175b0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/HorzScrollThumbBorder_B' (0x2017900) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/HorzScrollThumbBorder_TR' (0x2017de0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/HorzScrollThumbBorder_R' (0x1f153b0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/HorzScrollThumbBorder_BR' (0x2018480) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/HorzScrollThumb_Background' (0x20187f0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/HorzScrollThumb_BackgHighlight' (0x2018cf0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/VertScrollThumbBorder_TL' (0x1fe47c0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/VertScrollThumbBorder_L' (0x20192e0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/VertScrollThumbBorder_BL' (0x2019680) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/VertScrollThumbBorder_T' (0x20199f0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/VertScrollThumbBorder_M' (0x2019c00) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/VertScrollThumbBorder_B' (0x2019f50) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/VertScrollThumbBorder_TR' (0x201a430) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/VertScrollThumbBorder_R' (0x2018b60) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/VertScrollThumbBorder_BR' (0x201ab70) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/VertScrollThumb_Background' (0x201aee0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/VertScrollThumb_BackgHighlight' (0x201b3e0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ListboxTopLeft' (0x20182f0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ListboxLeft' (0x201b920) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ListboxBottomLeft' (0x201bb30) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ListboxTop' (0x201bd40) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ListboxBackdrop' (0x201bf50) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ListboxBottom' (0x201c160) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ListboxTopRight' (0x201c370) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ListboxRight' (0x201c580) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ListboxBottomRight' (0x201c790) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ListboxSelectionBrush' (0x201c9a0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TooltipTopLeft' (0x201cbb0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TooltipLeftEdge' (0x201cdc0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TooltipBottomLeft' (0x201cfd0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TooltipTopEdge' (0x201d1e0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TooltipMiddle' (0x201d3f0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TooltipBottomEdge' (0x201d600) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TooltipTopRight' (0x201d810) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TooltipRightEdge' (0x201da20) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TooltipBottomRight' (0x201dc30) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MultiLineEditboxTopLeft' (0x201dfd0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MultiLineEditboxLeft' (0x201e320) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MultiLineEditboxBottomLeft' (0x201e800) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MultiLineEditboxTop' (0x2017c50) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MultiLineEditboxBackdrop' (0x201eea0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MultiLineEditboxBottom' (0x201f210) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MultiLineEditboxTopRight' (0x201f4c0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MultiLineEditboxRight' (0x201f8e0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MultiLineEditboxBottomRight' (0x201fb90) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/MultiLineEditboxSelectionBrush' (0x2020140) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TabButtonBorder_TL' (0x201ed10) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TabButtonBorder_L' (0x2020680) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TabButtonBorder_BL' (0x2020890) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TabButtonBorder_T' (0x2020aa0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TabButtonBorder_M' (0x2020cb0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TabButtonBorder_B' (0x2020ec0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TabButtonBorder_TR' (0x20210d0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TabButtonBorder_R' (0x2021400) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TabButtonBorder_BR' (0x2021610) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TabButton_Background' (0x2021ad0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TabButton_Backghighlight' (0x2021ec0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TabContentPaneUpperLeft' (0x2021940) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TabContentPaneLeft' (0x20225b0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TabContentPaneLowerLeft' (0x20227c0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TabContentPaneUpper' (0x2022bb0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TabContentPaneMiddle' (0x2022f50) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TabContentPaneLower' (0x20232a0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TabContentPaneUpperRight' (0x2023640) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TabContentPaneRight' (0x201e670) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TabContentPaneLowerRight' (0x2023d70) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TabButtonUpperSelected' (0x20240e0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TabButtonMiddleSelected' (0x2024430) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TabButtonLowerSelected' (0x2024780) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TitlebarBorder_TL' (0x2024ad0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TitlebarBorder_L' (0x2024ce0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TitlebarBorder_BL' (0x2024ef0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TitlebarBorder_T' (0x2025100) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TitlebarBorder_M' (0x2025310) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TitlebarBorder_B' (0x2025520) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TitlebarBorder_TR' (0x2025730) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TitlebarBorder_R' (0x2025940) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TitlebarBorder_BR' (0x2025b50) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TitlebarBackground' (0x2025d60) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/TitlebarBackghighlight' (0x2026100) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/SysAreaMiddle' (0x2026450) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/SysAreaRight' (0x2026660) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/NewCloseButtonNormal' (0x2026870) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/NewCloseButtonHover' (0x2026bc0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/NewCloseButtonPressed' (0x2026f60) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/WindowTopLeft' (0x20272b0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/WindowLeftEdge' (0x20274c0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/WindowBottomLeft' (0x20276d0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/WindowTopEdge' (0x20278e0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/WindowMid' (0x2027af0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/WindowBottomEdge' (0x2027d00) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/WindowTopRight' (0x2027f10) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/WindowRightEdge' (0x2028120) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/WindowBottomRight' (0x2028330) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/WindowBck_TL' (0x2028540) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/WindowBck_L' (0x2028750) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/WindowBck_BL' (0x2028960) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/WindowBck_T' (0x2028b70) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/WindowBck_M' (0x2028d80) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/WindowBck_B' (0x2028f90) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/WindowBck_TR' (0x20291a0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/WindowBck_R' (0x20293b0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/WindowBck_BR' (0x20295c0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/EmbelishedPanel_TL' (0x20297d0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/EmbelishedPanel_L' (0x20299e0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/EmbelishedPanel_BL' (0x2029bf0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/EmbelishedPanel_T' (0x2029f20) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/EmbelishedPanel_M' (0x202a130) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/EmbelishedPanel_B' (0x202a340) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/EmbelishedPanel_TR' (0x202a550) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/EmbelishedPanel_R' (0x202a880) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/EmbelishedPanel_BR' (0x202aa90) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/PanelBackground_TL' (0x202adc0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/PanelBackground_L' (0x202b0f0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/PanelBackground_BL' (0x202b300) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/PanelBackground_T' (0x202b630) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/PanelBackground_M' (0x202b840) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/PanelBackground_B' (0x202ba50) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/PanelBackground_TR' (0x202bc60) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/PanelBackground_R' (0x202bf90) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/PanelBackground_BR' (0x202c1a0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ProgressBar_HD_TL' (0x202c4d0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ProgressBar_HD_L' (0x202c6e0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ProgressBar_HD_BL' (0x202c8f0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ProgressBar_HD_T' (0x202cb00) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ProgressBar_HD_M' (0x202cd10) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ProgressBar_HD_B' (0x202cf20) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ProgressBar_HD_TR' (0x202d130) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ProgressBar_HD_R' (0x202d340) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ProgressBar_HD_BR' (0x202d550) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ProgressBar_HD_TL_Redux' (0x202d8f0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ProgressBar_HD_L_Redux' (0x202dce0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ProgressBar_HD_BL_Redux' (0x202e030) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ProgressBar_HD_TR_Redux' (0x202e380) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ProgressBar_HD_R_Redux' (0x202e6d0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ProgressBar_HD_BR_Redux' (0x202ea20) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ProgressBarLitSegment' (0x202ed70) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ProgressBarGraySegment' (0x202f0c0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ProgressBar_BackgHighlight' (0x202f5a0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/EmptyGlyph24' (0x2025f70) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/GlyphBlack' (0x202fab0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/GlyphArrowRight' (0x202fcc0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/GlyphArrowLeft' (0x202fed0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/GlyphArrowUp' (0x20300e0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/GlyphArrowDown' (0x20302f0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/GlyphX' (0x2030500) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/GlyphShield' (0x2030710) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/GlyphExit' (0x2030920) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/GlyphHammer' (0x2030b30) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/GlyphBack' (0x2030d40) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/GlyphCheckmark' (0x2030f50) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/SerpentSkinTileDark' (0x2031160) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/VerticalDarkGradient' (0x2031370) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/RailedGlyphButtonBorder_TL' (0x2031850) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/RailedGlyphButtonBorder_L' (0x2031c70) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/RailedGlyphButtonBorder_BL' (0x2031fe0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/RailedGlyphButtonBorder_T' (0x2032350) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/RailedGlyphButtonBorder_M' (0x20326c0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/RailedGlyphButtonBorder_B' (0x2032a30) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/RailedGlyphButtonBorder_TR' (0x2032da0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/RailedGlyphButtonBorder_R' (0x2033110) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/RailedGlyphButtonBorder_BR' (0x2033480) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/RailedGlyphButtonHighlight' (0x20337f0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpent/ScaleArmorTextureHighlight' (0x2033b60) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Started creation of Imageset from XML specification:
03/04/2016 17:48:46 (Std) [ImageManager] ---- CEGUI Imageset name: GlossySerpentCursors
03/04/2016 17:48:46 (Std) [ImageManager] ---- Source texture file: GlossySerpentCursors.png
03/04/2016 17:48:46 (Std) [ImageManager] ---- Source texture resource group: (Default)
03/04/2016 17:48:46 (Std) [IrrlichtRenderer] Created texture: GlossySerpentCursors
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpentCursors/MouseArrow' (0x1feebe0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpentCursors/MouseMoveCursor' (0x1fee730) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpentCursors/MouseEsWeCursor' (0x1fef2a0) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpentCursors/MouseNoSoCursor' (0x1fdec20) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpentCursors/MouseNeSwCursor' (0x1fdf010) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpentCursors/MouseNwSeCursor' (0x1fdf360) of type: BasicImage
03/04/2016 17:48:46 (Std) [ImageManager] Created image: 'GlossySerpentCursors/MouseTextBar' (0x1fdf6b0) of type: BasicImage
03/04/2016 17:48:46 (Std) ===== Falagard 'root' element: look and feel parsing begins =====
03/04/2016 17:48:46 (Std) ===== Look and feel parsing completed =====
03/04/2016 17:48:46 (Std) No window renderer factories specified for module 'CEGUICoreWindowRendererSet' - adding all available factories...
03/04/2016 17:48:46 (Std) Created WindowRendererFactory for 'Core/Button' WindowRenderers.
03/04/2016 17:48:46 (Std) WindowRendererFactory 'Core/Button' added. (0x2750d40)
03/04/2016 17:48:46 (Std) Created WindowRendererFactory for 'Core/Default' WindowRenderers.
03/04/2016 17:48:46 (Std) WindowRendererFactory 'Core/Default' added. (0x27507e0)
03/04/2016 17:48:46 (Std) Created WindowRendererFactory for 'Core/Editbox' WindowRenderers.
03/04/2016 17:48:46 (Std) WindowRendererFactory 'Core/Editbox' added. (0x2750980)
03/04/2016 17:48:46 (Std) Created WindowRendererFactory for 'Core/FrameWindow' WindowRenderers.
03/04/2016 17:48:46 (Std) WindowRendererFactory 'Core/FrameWindow' added. (0x2785870)
03/04/2016 17:48:46 (Std) Created WindowRendererFactory for 'Core/ItemEntry' WindowRenderers.
03/04/2016 17:48:46 (Std) WindowRendererFactory 'Core/ItemEntry' added. (0x271b950)
03/04/2016 17:48:46 (Std) Created WindowRendererFactory for 'Core/ListHeader' WindowRenderers.
03/04/2016 17:48:46 (Std) WindowRendererFactory 'Core/ListHeader' added. (0x2740730)
03/04/2016 17:48:46 (Std) Created WindowRendererFactory for 'Core/ListHeaderSegment' WindowRenderers.
03/04/2016 17:48:46 (Std) WindowRendererFactory 'Core/ListHeaderSegment' added. (0x27408d0)
03/04/2016 17:48:46 (Std) Created WindowRendererFactory for 'Core/Listbox' WindowRenderers.
03/04/2016 17:48:46 (Std) WindowRendererFactory 'Core/Listbox' added. (0x24c5040)
03/04/2016 17:48:46 (Std) Created WindowRendererFactory for 'Core/Menubar' WindowRenderers.
03/04/2016 17:48:46 (Std) WindowRendererFactory 'Core/Menubar' added. (0x24c51e0)
03/04/2016 17:48:46 (Std) Created WindowRendererFactory for 'Core/MenuItem' WindowRenderers.
03/04/2016 17:48:46 (Std) WindowRendererFactory 'Core/MenuItem' added. (0x276f8b0)
03/04/2016 17:48:46 (Std) Created WindowRendererFactory for 'Core/MultiColumnList' WindowRenderers.
03/04/2016 17:48:46 (Std) WindowRendererFactory 'Core/MultiColumnList' added. (0x276fa50)
03/04/2016 17:48:46 (Std) Created WindowRendererFactory for 'Core/MultiLineEditbox' WindowRenderers.
03/04/2016 17:48:46 (Std) WindowRendererFactory 'Core/MultiLineEditbox' added. (0x276fbf0)
03/04/2016 17:48:46 (Std) Created WindowRendererFactory for 'Core/PopupMenu' WindowRenderers.
03/04/2016 17:48:46 (Std) WindowRendererFactory 'Core/PopupMenu' added. (0x26e6a60)
03/04/2016 17:48:46 (Std) Created WindowRendererFactory for 'Core/ProgressBar' WindowRenderers.
03/04/2016 17:48:46 (Std) WindowRendererFactory 'Core/ProgressBar' added. (0x26e6c00)
03/04/2016 17:48:46 (Std) Created WindowRendererFactory for 'Core/ScrollablePane' WindowRenderers.
03/04/2016 17:48:46 (Std) WindowRendererFactory 'Core/ScrollablePane' added. (0x26e6cc0)
03/04/2016 17:48:46 (Std) Created WindowRendererFactory for 'Core/Scrollbar' WindowRenderers.
03/04/2016 17:48:46 (Std) WindowRendererFactory 'Core/Scrollbar' added. (0x25e4510)
03/04/2016 17:48:46 (Std) Created WindowRendererFactory for 'Core/Slider' WindowRenderers.
03/04/2016 17:48:46 (Std) WindowRendererFactory 'Core/Slider' added. (0x24eb760)
03/04/2016 17:48:46 (Std) Created WindowRendererFactory for 'Core/Static' WindowRenderers.
03/04/2016 17:48:46 (Std) WindowRendererFactory 'Core/Static' added. (0x24eba10)
03/04/2016 17:48:46 (Std) Created WindowRendererFactory for 'Core/StaticImage' WindowRenderers.
03/04/2016 17:48:46 (Std) WindowRendererFactory 'Core/StaticImage' added. (0x27b6200)
03/04/2016 17:48:46 (Std) Created WindowRendererFactory for 'Core/StaticText' WindowRenderers.
03/04/2016 17:48:46 (Std) WindowRendererFactory 'Core/StaticText' added. (0x27b63a0)
03/04/2016 17:48:46 (Std) Created WindowRendererFactory for 'Core/TabButton' WindowRenderers.
03/04/2016 17:48:46 (Std) WindowRendererFactory 'Core/TabButton' added. (0x25d86b0)
03/04/2016 17:48:46 (Std) Created WindowRendererFactory for 'Core/TabControl' WindowRenderers.
03/04/2016 17:48:46 (Std) WindowRendererFactory 'Core/TabControl' added. (0x25d8850)
03/04/2016 17:48:46 (Std) Created WindowRendererFactory for 'Core/Titlebar' WindowRenderers.
03/04/2016 17:48:46 (Std) WindowRendererFactory 'Core/Titlebar' added. (0x25d89f0)
03/04/2016 17:48:46 (Std) Created WindowRendererFactory for 'Core/ToggleButton' WindowRenderers.
03/04/2016 17:48:46 (Std) WindowRendererFactory 'Core/ToggleButton' added. (0x183ca80)
03/04/2016 17:48:46 (Std) Created WindowRendererFactory for 'Core/Tooltip' WindowRenderers.
03/04/2016 17:48:46 (Std) WindowRendererFactory 'Core/Tooltip' added. (0x183cc20)
03/04/2016 17:48:46 (Std) Created WindowRendererFactory for 'Core/ItemListbox' WindowRenderers.
03/04/2016 17:48:46 (Std) WindowRendererFactory 'Core/ItemListbox' added. (0x27b1740)
03/04/2016 17:48:46 (Std) Created WindowRendererFactory for 'Core/Tree' WindowRenderers.
03/04/2016 17:48:46 (Std) WindowRendererFactory 'Core/Tree' added. (0x27b18e0)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/Button32' using base type 'CEGUI/PushButton', window renderer 'Core/Button' Look'N'Feel 'GlossySerpent/Button32' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/Button32_4C' using base type 'CEGUI/PushButton', window renderer 'Core/Button' Look'N'Feel 'GlossySerpent/Button32_4C' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/Button' using base type 'CEGUI/PushButton', window renderer 'Core/Button' Look'N'Feel 'GlossySerpent/Button32' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/SimpleBorderButton' using base type 'CEGUI/PushButton', window renderer 'Core/Button' Look'N'Feel 'GlossySerpent/SimpleBorderButton' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/Checkbox' using base type 'CEGUI/ToggleButton', window renderer 'Core/ToggleButton' Look'N'Feel 'GlossySerpent/Checkbox' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/Checkbox32' using base type 'CEGUI/ToggleButton', window renderer 'Core/ToggleButton' Look'N'Feel 'GlossySerpent/Checkbox' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/ImageButton' using base type 'CEGUI/PushButton', window renderer 'Core/Button' Look'N'Feel 'GlossySerpent/ImageButton' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/RadioButton' using base type 'CEGUI/RadioButton', window renderer 'Core/ToggleButton' Look'N'Feel 'GlossySerpent/Checkbox' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/FrameWindow' using base type 'CEGUI/FrameWindow', window renderer 'Core/FrameWindow' Look'N'Feel 'GlossySerpent/FrameWindow' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/Titlebar' using base type 'CEGUI/Titlebar', window renderer 'Core/Titlebar' Look'N'Feel 'GlossySerpent/Titlebar' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/SystemButton' using base type 'CEGUI/PushButton', window renderer 'Core/Button' Look'N'Feel 'GlossySerpent/GlyphButton' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/SystemButton32' using base type 'CEGUI/PushButton', window renderer 'Core/Button' Look'N'Feel 'GlossySerpent/SystemButton32' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/Editbox' using base type 'CEGUI/Editbox', window renderer 'Core/Editbox' Look'N'Feel 'GlossySerpent/Editbox' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/MultiLineEditbox' using base type 'CEGUI/MultiLineEditbox', window renderer 'Core/MultiLineEditbox' Look'N'Feel 'GlossySerpent/MultiLineEditbox' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/SimplePanel' using base type 'DefaultWindow', window renderer 'Core/Default' Look'N'Feel 'GlossySerpent/SimplePanel' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/SerpentPanel' using base type 'DefaultWindow', window renderer 'Core/Default' Look'N'Feel 'GlossySerpent/SerpentPanel' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/SerpentScaledTopBorder' using base type 'DefaultWindow', window renderer 'Core/Default' Look'N'Feel 'GlossySerpent/SerpentScaledTopBorder' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/SerpentScaledBottomBorder' using base type 'DefaultWindow', window renderer 'Core/Default' Look'N'Feel 'GlossySerpent/SerpentScaledBottomBorder' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/ProgressBar' using base type 'CEGUI/ProgressBar', window renderer 'Core/ProgressBar' Look'N'Feel 'GlossySerpent/ProgressBar' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/VerticalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Core/Scrollbar' Look'N'Feel 'GlossySerpent/VerticalScrollbar' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/HorizontalScrollbar' using base type 'CEGUI/Scrollbar', window renderer 'Core/Scrollbar' Look'N'Feel 'GlossySerpent/HorizontalScrollbar' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/VerticalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Core/Button' Look'N'Feel 'GlossySerpent/VerticalScrollbarThumb' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/HorizontalScrollbarThumb' using base type 'CEGUI/Thumb', window renderer 'Core/Button' Look'N'Feel 'GlossySerpent/HorizontalScrollbarThumb' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/TabButton' using base type 'CEGUI/TabButton', window renderer 'Core/TabButton' Look'N'Feel 'GlossySerpent/TabButton' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/TabControl' using base type 'CEGUI/TabControl', window renderer 'Core/TabControl' Look'N'Feel 'GlossySerpent/TabControl' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/TabContentPane' using base type 'DefaultWindow', window renderer 'Core/Default' Look'N'Feel 'GlossySerpent/TabContentPane' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/TabButtonPane' using base type 'DefaultWindow', window renderer 'Core/Default' Look'N'Feel 'GlossySerpent/TabButtonPane' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/GlyphButton' using base type 'CEGUI/PushButton', window renderer 'Core/Button' Look'N'Feel 'GlossySerpent/GlyphButton' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/GlyphButtonCombo' using base type 'CEGUI/PushButton', window renderer 'Core/Button' Look'N'Feel 'GlossySerpent/GlyphButtonCombo' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/RailedGlyphButton' using base type 'CEGUI/PushButton', window renderer 'Core/Button' Look'N'Feel 'GlossySerpent/RailedGlyphButton' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/ComboDropList' using base type 'CEGUI/ComboDropList', window renderer 'Core/Listbox' Look'N'Feel 'GlossySerpent/ComboDropList' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/ComboEditbox' using base type 'CEGUI/Editbox', window renderer 'Core/Editbox' Look'N'Feel 'GlossySerpent/ComboEditbox' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/Combobox' using base type 'CEGUI/Combobox', window renderer 'Core/Default' Look'N'Feel 'GlossySerpent/Combobox' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/Listbox' using base type 'CEGUI/Listbox', window renderer 'Core/Listbox' Look'N'Feel 'GlossySerpent/Listbox' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/ListboxTransparent' using base type 'CEGUI/Listbox', window renderer 'Core/Listbox' Look'N'Feel 'GlossySerpent/ListboxTransparent' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/ListHeader' using base type 'CEGUI/ListHeader', window renderer 'Core/ListHeader' Look'N'Feel 'GlossySerpent/ListHeader' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/ListHeaderSegment' using base type 'CEGUI/ListHeaderSegment', window renderer 'Core/ListHeaderSegment' Look'N'Feel 'GlossySerpent/ListHeaderSegment' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/MultiColumnList' using base type 'CEGUI/MultiColumnList', window renderer 'Core/MultiColumnList' Look'N'Feel 'GlossySerpent/MultiColumnList' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/ScrollablePane' using base type 'CEGUI/ScrollablePane', window renderer 'Core/ScrollablePane' Look'N'Feel 'GlossySerpent/ScrollablePane' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/Spinner' using base type 'CEGUI/Spinner', window renderer 'Core/Default' Look'N'Feel 'GlossySerpent/Spinner' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/Tooltip' using base type 'CEGUI/Tooltip', window renderer 'Core/Tooltip' Look'N'Feel 'GlossySerpent/Tooltip' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/StaticImage' using base type 'DefaultWindow', window renderer 'Core/StaticImage' Look'N'Feel 'GlossySerpent/StaticImage' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/StaticText' using base type 'DefaultWindow', window renderer 'Core/StaticText' Look'N'Feel 'GlossySerpent/StaticText' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/ItemListbox' using base type 'CEGUI/ItemListbox', window renderer 'Core/ItemListbox' Look'N'Feel 'GlossySerpent/ItemListbox' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/ListboxItem' using base type 'CEGUI/ItemEntry', window renderer 'Core/ItemEntry' Look'N'Feel 'GlossySerpent/ListboxItem' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/GroupBox' using base type 'CEGUI/GroupBox', window renderer 'Core/Default' Look'N'Feel 'GlossySerpent/GroupBox' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/Menubar' using base type 'CEGUI/Menubar', window renderer 'Core/Menubar' Look'N'Feel 'GlossySerpent/Menubar' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/PopupMenu' using base type 'CEGUI/PopupMenu', window renderer 'Core/PopupMenu' Look'N'Feel 'GlossySerpent/PopupMenu' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) Creating falagard mapping for type 'GlossySerpent/MenuItem' using base type 'CEGUI/MenuItem', window renderer 'Core/MenuItem' Look'N'Feel 'GlossySerpent/MenuItem' and RenderEffect ''. (0x7fff2625ac30)
03/04/2016 17:48:46 (Std) [IrrlichtRenderer] Created texture: _irr_tt_tex_0
03/04/2016 17:48:46 (Std) ---- Successfully completed loading of GUI layout from 'mainMenu.layout' ----
03/04/2016 17:48:46 (Std) [IrrlichtRenderer] Created texture: DejaVuSans-HD-10_auto_glyph_images_32
03/04/2016 17:48:46 (Std) ---- Successfully completed loading of GUI layout from 'Options.layout' ----
03/04/2016 17:48:48 (Std) ---- Destroying Lua bindings ----
03/04/2016 17:48:48 (Std) [IrrlichtRenderer] Destroyed texture: _irr_tt_tex_0
03/04/2016 17:48:48 (Std) [IrrlichtRenderer] Destroyed texture: GlossySerpent
03/04/2016 17:48:48 (Std) [IrrlichtRenderer] Destroyed texture: GlossySerpentCursors
03/04/2016 17:48:48 (Std) [IrrlichtRenderer] Destroyed texture: DejaVuSans-HD-10_auto_glyph_images_32