291 Commits

Author SHA1 Message Date
Hubert Maier
3ec9e97e23
ULTIMA: Correct spelling mistake
accomodate -> accommodate
2022-10-27 15:57:31 +02:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Eugene Sandulenko
61e11fbbc1
ULTIMA: ULTIMA1: Fix clang warning 2021-12-01 00:22:52 +01:00
Orgad Shaneh
ee57380de7 ENGINES: JANITORIAL: Remove 'virtual' when override is specified 2021-11-14 14:32:04 +02:00
Alexandre Detiste
6044504762 JANITORIAL: typos
some in the variable names, some in the comments;
no change for the strings that interract with original games assets
2021-10-31 20:46:31 +01:00
Orgad Shaneh
a05e54f00c JANITORIAL: Remove trailing whitespaces 2021-05-04 11:46:30 +03:00
Eugene Sandulenko
5e7fe2dc57
JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
D G Turner
71a741822b ULTIMA: Fix GCC Incompatible Cast of Function Warnings
These are emitted by -Wcast-function-type.

Thanks to dreammaster for advice on fixing this.
2021-03-28 07:23:26 +01:00
Eugene Sandulenko
8c01b5c675 ULTIMA: ULTIMA1: Added virtual destructor 2020-08-29 17:22:24 +02:00
Matthew Duggan
77850a75e8 ULTIMA1: Fix small coverity issues 2020-05-05 21:06:59 +09:00
Matthew Duggan
dc210d1baf ULTIMA1: Fix oob copy on startup 2020-05-03 14:37:07 +09:00
Bastien Bouclet
aedcefea74 ULTIMA: Add override keywords 2020-02-09 12:55:00 +01:00
Paul Gilbert
3c0be1d7a6 ULTIMA: Added skeleton debugger classes 2020-02-08 19:55:02 -08:00
Paul Gilbert
866cc57d64 ULTIMA: Move methods for showing save/restore dialogs into Engine class 2020-02-04 19:05:26 -08:00
Eugene Sandulenko
2b17ee563c ULTIMA: Added override keywords 2020-02-02 23:15:31 +01:00
Paul Gilbert
440b4a4765 ULTIM1: gcc warning fixes 2020-02-01 13:13:51 -08:00
Paul Gilbert
b8f8f826eb ULTIMA: Mac gcc warning fixes 2020-02-01 13:13:51 -08:00
dreammaster
260b8aaca5 ULTIMA1: Fix gcc warnings 2020-02-01 13:13:51 -08:00
dreammaster
7b81f2a137 ULTIMA1: Added boarding action 2020-02-01 13:13:51 -08:00
Paul Gilbert
b3191fc58b ULTIMA1: Allow moving onto tiles that have transports on them 2020-02-01 13:13:51 -08:00
Paul Gilbert
7c41a99cca ULTIMA1: Proper display of different transport types 2020-02-01 13:13:51 -08:00
Paul Gilbert
20d72bc200 ULTIMA1: Fix placement of created transports 2020-02-01 13:13:51 -08:00
Paul Gilbert
27b28c2034 ULTIMA1: Placement code for Transports dialog 2020-02-01 13:13:51 -08:00
Paul Gilbert
93a976a456 ULTIMA1: Display of Transports dialog buy mode 2020-02-01 13:13:51 -08:00
Paul Gilbert
6e9f12ba23 ULTIMA1: Added Transports closed for the day response 2020-02-01 13:13:51 -08:00
Paul Gilbert
dfef0237a0 ULTIMA1: Transports dialog sell, added override keyword to draw methods 2020-02-01 13:13:51 -08:00
Paul Gilbert
a454617e72 ULTIMA1: Implement remainder of Tavern dialog 2020-02-01 13:13:51 -08:00
Paul Gilbert
007e2f21bf ULTIMA1: In progress Tavern dialog 2020-02-01 13:13:51 -08:00
Paul Gilbert
bf5fb857f3 ULTIMA1: Fixes for the Magic store dialog 2020-02-01 13:13:51 -08:00
Paul Gilbert
c9adc484b1 ULTIMA1: Added Magic shop dialog 2020-02-01 13:13:51 -08:00
Paul Gilbert
b75958f2a1 ULTIMA1: Added armoury dialog 2020-02-01 13:13:51 -08:00
Paul Gilbert
65713e088a ULTIMA1: Added Weaponry buying 2020-02-01 13:13:51 -08:00
Paul Gilbert
e2ddf798c7 ULTIMA1: Done display after selling weapons 2020-02-01 13:13:51 -08:00
Paul Gilbert
a1bda3d5f1 ULTIMA1: Added sell portion of Weaponry dialog 2020-02-01 13:13:51 -08:00
Paul Gilbert
b409b36454 ULTIMA1: Beginnings of Weaponry merchant dialog 2020-02-01 13:13:51 -08:00
Paul Gilbert
421ac00ab9 ULTIMA1: Convert character weapons & armor to pointer arrays 2020-02-01 13:13:51 -08:00
Paul Gilbert
f7fa758d2e ULTIMA1: Added movement counter to map class 2020-02-01 13:13:51 -08:00
Paul Gilbert
f4e4a2e470 ULTIMA1: Fix loading correct map for cities 2020-02-01 13:13:51 -08:00
Paul Gilbert
3a6fa13369 ULTIMA1: Finish Grocery dialog 2020-02-01 13:13:51 -08:00
Paul Gilbert
3ed78dbfa8 ULTIMA1: Further implementation of Grocery dialog 2020-02-01 13:13:51 -08:00
Paul Gilbert
f16df23214 ULTIMA1: Change Stats dialog to use updated info writing 2020-02-01 13:13:51 -08:00
Paul Gilbert
e929923918 ULTIMA1: Change Ready dialog to use updated info writing 2020-02-01 13:13:51 -08:00
dreammaster
52c2b9a4c7 ULTIMA1: Change Drop dialog to use updated info writing 2020-02-01 13:13:51 -08:00
Paul Gilbert
a19b789f15 ULTIMA1: Refactored quest flags list into it's own class 2020-02-01 13:13:51 -08:00
Paul Gilbert
5fb10f662d ULTIMA1: Giving pence to king now working 2020-02-01 13:13:51 -08:00
Paul Gilbert
010fc6cd53 ULTIMA1: Action selection for kings now working 2020-02-01 13:13:51 -08:00
dreammaster
74db1aa557 ULTIMA1: Implementing backend changes for King transact dialog 2020-02-01 13:13:51 -08:00
dreammaster
601699c040 ULTIMA1: In progress implementing the Grocery dialog 2020-02-01 13:13:51 -08:00
Paul Gilbert
0b5dd81634 ULTIMA1: Beginnings of attack effects in the overworld 2020-02-01 13:13:51 -08:00
Paul Gilbert
aac051a57f ULTIMA1: Make attack method in MapBase abstract, implement in each child map type 2020-02-01 13:13:51 -08:00