Commit graph

121 commits

Author SHA1 Message Date
Filippos Karapetis
e94026e800 MACVENTURE: Fix MSVC warnings
- Added a CHECKME for a code which is never used at the moment
- Add default cases to switch statements
- Remove unused variables
- Fix integer variable assignments from booleans
2019-05-27 14:53:39 +03:00
Eugene Sandulenko
0ecaa79f08 GRAPHICS: Renamed Menu to MacMenu to avoid potential name collision 2017-01-14 13:17:38 +01:00
D G Turner
6c4b89e6dc MACVENTURE: Fix Comparison Always True Compiler Warning.
There is no need for ABS() call as the parameters called on are both
unsigned integers.
2017-01-12 07:11:46 +00:00
Eugene Sandulenko
b2dcd1bb1e GRAPHICS: Move font-related MacGUI code to MacFontManager 2016-10-06 23:49:39 +02:00
Torbjörn Andersson
31ffa22387 MACVENTURE: Silence Cppcheck warning
I think it was harmless, but don't use 'it' after erasing it.
2016-09-24 09:34:28 +02:00
Torbjörn Andersson
623e4e2fdc MACVENTURE: Clear the exits window before drawing the buttons
This was a regression from adding background patterns.
2016-09-05 19:11:24 +02:00
Torbjörn Andersson
923efc2a4e MACVENTURE: Set background pattern for exits window
In the original, the background is actually a clickable object.
I don't know if we want to implement this as a dark gray
background pattern, or as a real object. For now, though, it's
a useful test case for setBackgroundPattern().
2016-09-04 08:31:39 +02:00
Eugene Sandulenko
87eef75a26 MACVENTURE: Provide copyright notice for WebVenture by Sean Kasun, and fix GPL headers 2016-09-03 11:16:02 +02:00
Eugene Sandulenko
09e711a255 MACVENTURE: Fix warning 2016-09-03 10:55:03 +02:00
Borja Lorente
31e1e02ad6 MACVENTURE: Fix window initialization 2016-08-26 17:04:44 +02:00
Borja Lorente
e15e6dcfb3 MACVENTURE: Fix menu flags and add newgame 2016-08-26 17:04:44 +02:00
Borja Lorente
d8e4d18f7a MACVENTURE: Remove leftover comments and document magic constants 2016-08-19 16:30:24 +02:00
Borja Lorente
19c7bcf9d4 MACVENTURE: Fix formatting 2016-08-19 16:30:24 +02:00
Borja Lorente
e5cf0332f2 MACVENTURE: Break up one-line ifs and fix braces 2016-08-19 16:30:24 +02:00
Borja Lorente
34fdec37b2 MACVENTURE: Fix debug messages 2016-08-19 16:30:24 +02:00
Borja Lorente
f928deebaf MACVENTURE: Implement quit from menu 2016-08-19 16:30:24 +02:00
Borja Lorente
b1eb6da6fa MACVENTURE: Add prefixes to error messages 2016-08-19 16:30:23 +02:00
Borja Lorente
9c0777efbf MACVENTURE: Fix some compiler warnings 2016-08-19 16:30:23 +02:00
Borja Lorente
09fe00eb2a MACVENTURE: Fix indentation and braces 2016-08-19 16:30:18 +02:00
Borja Lorente
fd01961d55 MACVENTURE: Fix lost constant 2016-08-19 16:29:18 +02:00
Borja Lorente
2f1368646f MACVENTURE: Fix window object drawing 2016-08-19 16:29:17 +02:00
Borja Lorente
d1cd77208e MACVENTURE: Fix mismatched new and delete[] 2016-08-19 16:29:17 +02:00
Borja Lorente
28698ba697 MACVENTURE: Fix leak on loadControls 2016-08-19 16:29:17 +02:00
Borja Lorente
019f3d4b62 MACVENTURE: Add wrapper class for global settings 2016-08-19 16:29:17 +02:00
Borja Lorente
44a6f8a1db MACVENTURE: Fix minor memory leaks 2016-08-19 16:29:17 +02:00
Borja Lorente
479f01b5a7 MACVENTURE: Implement gui reloading 2016-08-19 16:29:17 +02:00
Borja Lorente
7b9c63b1b9 MACVENTURE: Delete duplicate code 2016-08-19 16:29:16 +02:00
Borja Lorente
1bb3d14129 MACVENTURE: Unify NULLs 2016-08-19 16:29:16 +02:00
Borja Lorente
896e08cde8 MACVENTURE: Add proper flags to gui debug rects 2016-08-19 16:29:16 +02:00
Borja Lorente
c8a2b0afe2 MACVENTURE: Fix engine mause in dialog 2016-08-19 16:29:15 +02:00
Borja Lorente
5c38a0c33b MACVENTURE: Add win game dialog 2016-08-19 16:29:15 +02:00
Borja Lorente
560185903c MACVENTURE: Fix console drawing bug 2016-08-19 16:29:15 +02:00
Borja Lorente
4f6609f704 MACVENTURE: Refactor object drawing 2016-08-19 16:29:15 +02:00
Borja Lorente
9676b6f7fe MACVENTURE: Fix window resizing bug 2016-08-19 16:29:15 +02:00
Borja Lorente
8608776768 MACVENTURE: Add debug channels 2016-08-14 19:01:01 +02:00
Borja Lorente
0b36a77af4 MACVENTURE: Refactor dragging code 2016-08-14 19:01:01 +02:00
Borja Lorente
28bf4f1168 MACVENTURE: Fix some of the offsets 2016-08-14 19:01:01 +02:00
Borja Lorente
47916aca62 MACVENTURE: Fix dragged object drawing 2016-08-14 19:01:01 +02:00
Borja Lorente
0c0be43a3e MACVENTURE: Fix corner case drawing overflow 2016-08-14 19:01:01 +02:00
Borja Lorente
d1a249bc9e MACVENTURE: Fix selected object drawing 2016-08-14 19:01:01 +02:00
Borja Lorente
409a665867 MACVENTURE: Adapt dragging to new click detection 2016-08-14 19:01:00 +02:00
Borja Lorente
0aef29a8c5 MACVENTURE: Revamp double click detection 2016-08-14 19:01:00 +02:00
Borja Lorente
5c43e30499 MACVENTURE: Implement loading borders from zip 2016-08-14 19:00:59 +02:00
Borja Lorente
d1a31ff5db MACVENTURE: Fix startup loading bug 2016-08-14 19:00:37 +02:00
Borja Lorente
9ab6ce04a1 MACVENTURE: Change GUI to accept ScummVM dialogs 2016-08-14 19:00:36 +02:00
Borja Lorente
f58435a2bc MACVENTURE: Add dejavu 2016-08-14 19:00:35 +02:00
Borja Lorente
518d336e5a MACVENTURE: Fix item selection on scroll 2016-08-14 19:00:35 +02:00
Borja Lorente
b021854327 MACVENTURE: Add scroll to inventory windows 2016-08-14 18:59:37 +02:00
Borja Lorente
e25fb16a37 MACVENTURE: Add scroll to console window 2016-08-14 18:59:23 +02:00
Borja Lorente
a7f2cea37d MACVENTURE: Add scroll to console window 2016-08-14 18:59:10 +02:00