File: NEWS

package info (click to toggle)
exult 1.12.1-1
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid
  • size: 43,856 kB
  • sloc: cpp: 170,016; xml: 7,400; yacc: 2,850; makefile: 2,419; java: 1,901; ansic: 1,654; lex: 673; sh: 550; objc: 416
file content (621 lines) | stat: -rw-r--r-- 20,005 bytes parent folder | download
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
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
01/08/26	v1.12.1

		Fixed resurrections in SI.
		Fixed crash with higher compression savegames (save_compression_level 2).
		Fixed crash with flex savegames.
		Fixed crash with loading savegames that are missing identity.
		Fixed crash starting some original localized games.
		Fixed out of bonds crash caused by some settings.
		Fixed sporadic crash in Exult Studio when changing the game.
		Fixed mouse pointers when dragging.


05/11/25	v1.12

		Fixed crash in SI training.
		Running against doors properly opens and closes them.
		Scrolls in SI are now properly displayed.
		Schedules eat-at-inn and desk work were broken.
		Antimagic rain caused by the cube generator is now dissipating fast enough.
		Fixed using too close objects.
		Polymorphed NPCs will revert back to their original bodies when they died.
		List field fights in SI are now properly handled.
		Mini status icons in face stats.
		Emergency savegame and crashlog creation on Windows.
		New higer resolution icons for Exult and Exult Studio.
		Better graphics for the uncut SI intro.
		Several MIDI music fixes.
		Advanced Audio Settings for the MIDI drivers that individuallyallows choosing
		which soundfont to use, MIDI conversion, chorus and reverb.
		You can now use FluidLite instead of FluidSynth when compiling Exult.
		Bilinear scaler fixes and refactor.
		With bigger game resolutions the party speed changes sooner.
		The Android port now allows to download games and mods you want to install.
		The GIMP 3.0 plug-in for SHP files.
		Aseprite plug-in for SHP files.

		Known issues:

		Exult does not return to the game menu after beating the game (instead it quits)
		Some schedules need more detailed love
		Several bugs that need more in depth looking at but no plot stopping bugs


09/09/24	v1.10

		The Android port is now fully working
		The Windows installer now offers to install several mods
		New Volume Mixer to set individual volumes for music, sfx and speech
		Cheat Screen overhauled so the options can now be activated by clicking or touching
		Much improved combat:
			- Default attack mode “nearest” and attack mode “random” will try to select an enemy that is not already targeted by a party member
			- Implemented a version of berserk with a bit of chaos (but not as much as random)
			- Faking defend by selecting weakest enemy when low health, nearest otherwise
			- more blood
		Better detecting of clicks on gumps over the shortcutbar to prevent accidental triggering of a shortcut
		mt32emu driver resampling fix
		Endgames now wait for ingame speech to finish
		Background sound effect music tracks are less annoying and disabled for FMOpl music driver
		Music looping improved
		Exult Studio allows zooming of the shapes view
		Fixed a crash when swapping weapons in combat
		Fixed random crash on sleeping past midnight in Britain
		Attacking locked doors did not work
		Immobile NPCs were able to move (e.g. Reapers)
		Enemies poison now

		Known issues:

		Antimagic rain caused by the cube generator is not dissipating as fast as it should
		Exult does not return to the game menu after beating the game (instead it quits)
		Some schedules need more detailed love
		Several bugs that need more in depth looking at but no plot stopping bugs


04/16/22	v1.8

		Windows builds are by default 64bit
		Exult Studio modernized by porting it to GTK+ 3 (thanks Dragon Baroque)
		Exult Studio now offered as a download for macOS
		Exult shows the proper ending screen for BG (you have beaten Ultima VII in nn days...)
		Proper sound effects in BG intro
		Extended intro for SI implemented
		More crashes eliminated caused by cached out objects
		"Gumps pause game" no longer delays usecode events
		Smooth virtual joystick movement on iOS
		iOS shows the mouse cursor when a real mouse device is used
		Screenshots will now be saved in the PNG format
		Status bars can now also be vertical on both sides of the screen
		Updated Windows installer to download and install the audio packs and our mods
		Our options have been reordered


		Known issues:

		Antimagic rain caused by the cube generator is not dissipating as fast as it should
		Exult does not return to the game menu after beating the game (instead it quits)
		Some schedules need more detailed love
		Several bugs that need more in depth looking at but no plot stopping bugs


04/13/20	v1.6

		A Shortcut bar with important shortcuts right on top of the screen (thanks Litchie)
		Switch to SDL2 - important for up to date OS
		NxBR and HQ3x/HQ4x scalers
		Option to drop stacks of items without confirmation
		Some more combat options to make charmed combat more difficult.
		Schedules got a workover and are more closer to the original but not yet perfect
		NPCs using beds are sleeping better now
		Papederdoll support of wearing diapers
		Portable option for Windows
		Seperate settings for fullscreen and windowed mode possible
		HighDPI mode available on macOS
		Better pathfinding when the party boards a barge
		Fixed most inexplicable crashes
		Serpent Isle Beta version works
		fixed tons of bugs
		Cleaned up the code in many places and fixed many compiler warnings
		
		
		Known issues:
		
		Some crashes due to some cached out objects, we are working on this in another branch which will be the main snapshot after this release
		Antimagic rain caused by the cube generator is not dissipating as fast as it should
		Exult does not show the "you have beaten Ultima VII in n days" message
		Exult does not return to the game menu after beating the game (instead it quits)
		The BG intro does not have the proper sound effects
		Fire Elemenatals cannot walk across lava
		Some schedules need more detailed love
		Several bugs that need more in depth looking at but no plot stopping bugs
		When you disable "Gumps pause game", certain events might only happen after you close all gumps


10/21/10	v1.4.9rc1
		
		Compatible with the stricter permissions of Windows Vista and Windows 7
		Rewrite of the Graphics system to allow switching to full screen on modern systems
		Better integration into Mac OS X with default location for the supported games
		Smooth scrolling (disabled by default, though)
		Aspect correction is now supported
		More data from the original has been decoded and thus improved gameplay and combat
		Two mods developed by our team member Marzo
			- Keyring for BG which adds a large quest to obtain a SI-style keyring, as well as a lot of other enhancements such as meditating in the shrines and viewing the Codex
			- SIfixes for SI which corrects many mistakes in the game, for example 
			   you can now cure Cantra when you play with this mod
		In-game Notebook with support for automatic notes (notes created by usecode)
		Integrated Pentagram(tm) Audio system which means
			- Real Roland MT32 device support
			- Roland MT32 Emulation support
			- Fluidsynth support
		Removed dependency of the Audio system on SDL_Mixer
		New shapes for paperdoll
		Multi-map support for new games
		Increased limits on resource sizes (shapes, frames, etc)
		Moved hard-coded information to datafiles
		Greatly improved compiler tools to ease new game development
		Tons of work on our map editor Exult Studio and the ability to develop new games and mods
		Tons of bugfixes


06/10/04	v1.2

		Official release with all the improvements and bug fixes from
		the last two years.

02/29/04	v1.1.10rc2

		Fixed a number of crashes
		Fixed some Windows-only problems, including resurrection
		Added more Black Gate paperdoll art

01/27/04	v1.1.9rc1

		Cleaned up non-MIDI music driver support
		Cleaned up diagnostic output
		Fixed various schedule and pathfinding bugs
		Worked around Serpent Staff bug from original SI
		Lots of minor bugfixes

10/18/03	v1.1 Beta3

		Fixed item duplication
		Fixed missing NPCs
		Fixed disappearing items
		Fixed cosmetic bug in 2xSaI scaler
		Fixed resurrection
		Improved SFX handling for items
		Improved schedule support


08/08/03	v1.1 Beta2

		Fixed missing item descriptions in Windows
		Fixed missing exultmsg.txt on some platforms


07/20/03	v1.1 Beta1

		Party Formation
		Improved combat system with pausing, hit display and targeting
		Spellbook improvements
		Exult Studio improvements and porting to GTK+2
		Support for arrow/keypad walking and running
		OGG Vorbis music system
		FM Synth emulator
		Additional paperdoll art (SB-X, Oblivious)
		Scale2X scaler (Andrea Mazzoleni)
		Ported to the Zaurus (Artaxerxes)
		Experimental OpenGL scaling/rendering
		Tons of bugfixes (see ChangeLog for details)

06/05/02	v0.99 RC 2

		Support for 32 bit usecode (for large usecode functions)
		Many changes to Exult Studio (tiles, combos, freetype fonts, etc.)
		Improvements to UCC (conversations, etc.)
		SFX improvements (thanks to Simon Quinn)
		Tons of bugfixes (see ChangeLog for details)

03/12/02	v0.98 RC 1

		UCC, Exult's Usecode compiler works again
		UCXT, Exult's Usecode decompiler, is now included
		Subpackages for Linux distributions can be built (RPM, Debian)
		Exult's data files have a CRC now, so it is easier to 
		detect a mismatch between them and the main executable
		Gumps can be dragged even in target mode
		SI's intro and ending are complete
		Music looping is user-configurable
		New scaler from Kreed: BilinearPlus
		Configurable combat difficulty
		Tons of bugfixes (see ChangeLog for details)
		

11/26/01	v0.96 beta 1

		It is now possible to complete both BG and SI

		Savegames are now compressed. They are now actually zip files,
		so you can use your favourite tool to open them. This should 
		make things easier especially when submitting bugs to 
		SourceForge which has a size restriction on attachments.
	
		Gameplay Options Dialog has been implemented together with a 
		slew of extra features that can be configured

		The speed of the party may be configured
		
		Middle mouse button support

		Fast mouse in full-screen modes

		Tinted background behind text in conversations

		Wheelmouse support for slider gumps

		You can now freeze in SI

		Multiracial Avatar support in BG (requires SI)

		The currently playing music track is stored within savegames
		so that it started again on load

		Scheduled usecode is now retained between save/load

		Endgame and Quotes entries in the menus are now only visible
		when appropriate

		Allow choice of MIDI device in Win32

		Many broken animations were fixed (especially in SI)

		Show SFX icon next to BG/SI to show that support for digital
		sfx is enabled.

		Tons of bugfixes (see ChangeLog for details)

08/25/01	v0.94 alpha 5

		Colourless' amazing stats display (press "r" to toggle the 
		various modes)

		Lots of work on performance improvements (faster scalers,
		faster renderer, etc.)

		Near-perfect dungeon renderer

		Lots of work on MacOS by Fingolfin (both Classic and MacOS X),
		including MIDI support.

		Return to menu option in BG and SI game menus

		Detect incorrect/incomplete path settings in the configuration
		file and show only valid entries (BG/SI) in the main menu.
		If neither game is available, a warning is displayed.

		Video Options in-game menu (still incomplete)

		Text/speech synch in BG intro and near-perfect butterfly 
		animation

		Support for scale > 2 in Point and Interlaced scalers

		Exult now compiles with MS Visual C++

		Tons of bugfixes (see ChangeLog for details)

06/28/01	v0.93 alpha 4

		There is a new in-game menu (invoked with ESC) from which 
		various setup actions can be performed. Currently this 
		includes a nice audio configurator.

		The save gump has been improved greatly with support for a
		mini-screenshot, save-game details and infinite savegames.

		World wrapping has been implemented

		Lots of work on SI (spell scrolls, spellbook, jawbone and 
		combat gumps, keyring, general fixes)

		We now have Near Pixel Perfect Maps (tm) which are displayed
		when using the teleport cheats.

		MIDI SFX are unsupported now by default. The use of digital 
		SFX is strongly encouraged, even though there are still a few
		problems. See the FAQ for details.

		Combat has been improved: NPCs now flash red when they are
		hit, Protection mode is supported and many bugs have been 
		fixed

		Win32 SMP-safeness

		More work on ExultStudio (Linux only for now)

		Tons of bugfixes (see the ChangeLog for details)

04/11/01	v0.92 alpha 3

		Savegame names have been changed to exultXXbg.sav for the
		Black Gate, and exultXXsi.sav for the Serpent Isle.
		(The savegames themselves have not changed, so you can rename
		them to make them work again.)

		Multiple scalers can now be used. Use config/video/scale_method
		set to either "2xSaI", "bilinear", "point", "interlaced" and
		"SuperEagle". "2xSaI" is the new scaler, "bilinear" is the old
		one, "point" duplicates the pixels, "interlaced" is the same 
		as "point" except misses every other line, "SuperEagle" is
		another scaler by Derek (the author of 2xSaI).

		New cheat screen (F2) similar to the originals'.
		Currently allows for some level of NPC editing.

		Pick Pocket cheat (Ctrl-Alt-P). Forces all actors to display
		inventory.

		Grab Actor cheat (Ctrl-Alt-G). Default Enabled. When enabled
		clicking on a NPC will make it the default NPC in the cheat
		screen. The default NPC is edited by not entering a npc number.

		NPC Numbers cheat (Ctrl-N). When enabled, clicking an a NPC
		will display their number instead of their name.

		More NPC schedules (sew, lab-work, etc.) implemented.

		Many bugs (especially combat/weapons and audio) fixed.

		Black Gate paperdoll art by Adam Delman and Philip Gottschalk

02/08/01	v0.91 alpha 2

		Dynamic keybindings. Use config/disk/game/(gametitle)/keys
		to specify a keybinding-file. See data/default.key for an
		example.

		Can now use the Serpent Isle paperdolls while playing
		The Black Gate. To use, the Serpent Isle path in the 
		config file must be filled in with an absolute path.
		Paperdolls may be a little buggy.

		Massive code restructuring and cleanup (use STL wherever
		possible, pervasive use of namespaces, more portable C++
		conformance, etc.) These changes have the side effect of
		improving stability.

		Gamma correction (use + and -)

		More schedules support

		Improved, easier to use shape browser

		Serpent Isle paperdolls

		Improved weapons support

		Support for the French version of BG (Frederic Wagner)
	
		Alpha/Linux cxx support (Christoph Reichenbach)

		Allow for disabling/enabling of palette fades

		Improved BG intro (plasma screen, animations, etc)

		New cheats (Heal, Resurrect, Max Party Level)

		Sound Tester (Alt-1)

		Screen Shots (Ctrl-Alt-S)

		Reworked audio subsystem (including MIDI repeat support for 
		Timidity)

		Loads of bug fixes (Read ChangeLog for details)


11/20/00:	v0.90 alpha 1

		New scaling code contributed by Derek Liauw Kie Fa 
		(2xSaI filter)

		Exult logo & menu at startup & mouse support in menu

		Many more cheats (ArchWizard, Hack-mover, ...)
	
		Key ring for BG (same as original SI)

		Improved help
	
		About box

		GIMP plugin is functional (load & save)

		Better SI support (not playable yet)

		Midi Sound Effects (Windows & Timidity only)

		Tons and tons of fixes (magic, schedules, weights, dungeons,
		missile eggs, explosions, invisibility, protection, ...)

		More quotes & credits :-)

8/22/00:	v0.40
		Note:  ALL save games from before this update are now broken.
		Games must be restarted.

		Better introduction sequence. Can be interrupted by
		keypress.

		Main menu implemented.

		Proper instruments in MIDI music and XMI support.
		
		Cheating mode: any keys which enable additional features can
		be disabled/enabled from the config file

		'God mode' (alt-G) and teleport (ctrl-alt-t) cheat added.

		Support for barges (Flying carpet, ships, carts...)

		Teleports.

		Combat:  Monsters attack, and the music plays.

		More shortcuts:  'f', 'w', 'm', 'b'.

		Serpent Isle awareness (not useful yet)

		Better shape browser.

		The usual slew of bug-fixes.


7/6/00:		V0.35
		Scrolling works like the original.  Same for conversations.

		First attempt at combat:  You can attack/kill monsters, but
		generally (with a few exceptions), they don't fight back.

		Spellbook and magic (some spells at least) work.

		Weather:  Storms, clouds.

		Scaling:  2X scaling with antialiasing.  See README for
		details.

6/2/00:		V0.30
		Save/load implemented.

		MIDI improvements in Windows version.

		More animations:  You can see the weapons being carried.

		Better object identification and inventory management.

		View the endgame movie by hitting F10.

		NPC schedules/pathfinding improved.

		Moongates work.

		Sleeping works (but animation not done).

5/8/00:		V0.26
		MIDI in Windows version!!

		Correct Avatar/NPC animation frames (finally), and improvements
		to 'seashore' animations.

		Inventory improved:  Armor, etc. goes where it's supposed to
		(although there are still a few things to be fixed).

		You can now read signs, books, and scrolls.

		Much improved shape browser (a development aid).

		Many bug fixes.

		New pathfinding framework.

		New object access API for some data-objects

4/25/00:	V0.25
		Improved midi support using the timidity binary and patchsets
		under linux.

		Earthquakes (except in Win32 version)!

		In-game scripted introduction.

		More animated objects.

		Some NPC schedules now implemented.

		Lighting and transparency.

		Better USECODE support. You can solve the Trinsic murder, and
		then answer the mayor's copy-protection questions to get the
		password.  Also speed, compilation and debugging improvements.

		Improved inventory support.  You can buy items, and feed
		Iolo.

		Better support for building win32 targets.

		Improved rendering pipeline. Still not perfect, but definitely
		a vast improvement.

3/23/00:	V0.20
		Speech and midi support from Dancer Vesperman, as well as
		automatic configuration.

		Inventory partly working.  You can open bags and boxes, and
		drag items in/out of them.

		Mouse pointers and fonts from Ultima7 are now used.

		Animated objects (like fountains and flags) supported.

2/29/00:	V0.12
		Fixed crashes at start and after initial conversation, thanks
		to Richard Wesley.

		Added obstacle detection.  You now need to open doors to get
		through them, and you can climb up/down stairs.

		Replaced XLib and Win32 code with the SDL library.  Should make
		porting to Windows far easier.

2/20/00:	V0.11
		Loads of improvements to the USECODE interpreter, especially
		with conversations.

2/10/00:	V0.10
		Added USECODE interpreter.  
		Removed my previous conversation engine (which I'll use in
		another project).
		Exult creates the "gamedat" directory and files automatically.
		Moved web site to exult.sourceforge.com.

7/5/99:		W.J. Palenstijn's WIN32 port!

6/10/99:	First attempt at obstacle avoidance.

5/28/99:	Wrote a script compiler for NPC's.

5/24/99:	Modified conversation engine to handle the notion of a
		conversation "topic".  Also show character "portraits".

4/23/99:	From Tristan Tarrant:  Read item names from "text.flx" instead
		of trying to enumerate them in the code.

4/14/99:	V0.07
		First implementation of an NPC conversation engine.

12/21/98:	V0.06
		Startup memory requirements are reduced dramatically.
		A port to MSDOS (320x200 VGA) is added.

12/4/98:	V0.05
		Added text rendering using the FreeType package and the
		"avatar.ttf" font.  Left-clicking on many of the game items
		now causes their names to show on the screen.

11/5/98:	V0.04
		2 other characters walk around randomly.
		Double-click on doors and shutters to open/shut them.
		Program exits gracefully when window is closed.

10/14/98:	V0.03
		Avatar now walks around using the right-mouse button.

10/6/98:	V0.02
		Show moveable objects from "ireg" files.
		Read in all objects shown.  Improves display performance.
		Attempt (with partial success) to show objects in proper
		z-order.

9/25/98:	V0.01
		Try to open files first lower-case, then upper (u7open()).