Skip to content
This repository has been archived by the owner on Sep 28, 2023. It is now read-only.

Port to SDL 2.0. #2

Merged
merged 1 commit into from
Oct 20, 2013
Merged

Port to SDL 2.0. #2

merged 1 commit into from
Oct 20, 2013

Conversation

7k2
Copy link
Contributor

@7k2 7k2 commented Oct 20, 2013

  • 2D accelerated rendering
  • Fake fullscreen
  • Linear filtering (for improved image quality)
  • Windowed mode is now 1024x768 instead of 800x600

* 2D accelerated rendering
* Fake fullscreen
* Linear filtering (for improved image quality)
* Windowed mode is now 1024x768 instead of 800x600
@the3dfxdude the3dfxdude merged commit bca5012 into the3dfxdude:master Oct 20, 2013
@the3dfxdude
Copy link
Owner

The encyclopedia palettes don't work and images don't draw properly. Should be pretty easy, I think?

I'm not sure if I like 1024x768 as the default windowed mode. I have 1024x600 on my eeepc. However, if I need to, I will look at writing code to deal with smaller display resolutions.

@7k2
Copy link
Contributor Author

7k2 commented Oct 21, 2013

The encyclopedia palettes don't work and images don't draw properly. Should be pretty easy, I think?

That's odd. Are screenshots of the encyclopedia affected as well?

I'm not sure if I like 1024x768 as the default windowed mode. I have 1024x600 on my eeepc. However, if I need to, I will look at writing code to deal with smaller display resolutions.

Should I change it back to 800x600?

@the3dfxdude
Copy link
Owner

On the windowed mode, I would use something like SDL_GetDesktopDisplayMode, check the height. If height is >=1024 then use 1024x768. If height is < 1024, then 800x600. If it is <600 then possibly error?

I will try testing the encyclopedia more, when I get the time.

the3dfxdude pushed a commit that referenced this pull request Sep 8, 2018
Edit #2 (rejected 1st commit) light and incremental

added needed articles

added commas where appropriate, needed.

fixed wording that made a verb mean something else.

changed wording to remove future tense from text where appropriate. i didnt understand the future tense. to me, its was unnecessarily complex wording, wordy, and didnt match the other text in the present tense. 

suddenly text starts to read "clicking here..." 
now text is reading "When you Click" "when toggled"
This was referenced Jun 24, 2019
the3dfxdude pushed a commit that referenced this pull request Jun 3, 2021
Remove wiki reference from English text
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants