• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › General Discussion v
« Previous 1 ... 181 182 183 184 185 ... 369 Next »

Please bring back "Disable Lightning" option
View New Posts | View Today's Posts

Pages (3): « Previous 1 2 3 Next »
Thread Closed 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Please bring back "Disable Lightning" option
12-19-2012, 10:17 AM
#11
Invader Offline
Forum Lurker
****
Posts: 409
Threads: 14
Joined: Sep 2011
(12-19-2012, 08:19 AM)neobrain Wrote: The option served absolutely no purpose (sorry, working around the osx lighting issue doesn't count). However, lots of noobs where coming to our forums complaining about issues with lighting when "Disable lighting" was used (ofc they didn't notice they enabled that option because they just blindly took over the settings from mamario's idiotic performance guide).

So it's basically no advantages vs that pretty annoying "disadvantage" (if you can call it like that).

EDIT: Meh, misread your question. Learn how to read please, your question has already been answered Tongue
Is it possible to make it an option that can only be changed in the ini? That seems like it could solve both problems...
[Image: 3qpbaX8.png]
Find
12-19-2012, 11:43 AM
#12
CPkmn Offline
Junior Member
**
Posts: 12
Threads: 2
Joined: Jul 2012
Ironically I just readded "Disable Lighting" back into my local copy of the most recent version the other day. I was proving something to myself about how a game I was testing ran, so it happened to be useful.
It's very simple to readd, actually.
Find
12-19-2012, 07:16 PM
#13
neobrain Offline
"Wow, I made my code 1000x faster! That means I can make it 2048x slower now!"
**********
Developers (Some Administrators and Super Moderators)
Posts: 3,208
Threads: 50
Joined: Jun 2009
(12-19-2012, 10:17 AM)Invader Wrote:
(12-19-2012, 08:19 AM)neobrain Wrote: The option served absolutely no purpose (sorry, working around the osx lighting issue doesn't count). However, lots of noobs where coming to our forums complaining about issues with lighting when "Disable lighting" was used (ofc they didn't notice they enabled that option because they just blindly took over the settings from mamario's idiotic performance guide).

So it's basically no advantages vs that pretty annoying "disadvantage" (if you can call it like that).

EDIT: Meh, misread your question. Learn how to read please, your question has already been answered Tongue
Is it possible to make it an option that can only be changed in the ini? That seems like it could solve both problems...
tl;dr is that I have no interest in bringing the option back in any way.
My blog
Me on Twitter
My wishlist on Amazon.de
Find
12-19-2012, 11:04 PM
#14
cluthz Offline
Member
***
Posts: 130
Threads: 6
Joined: May 2012
I'm sorry for writing lightning instead of lighting, as you might understand I'm no native english speaker.
I understand OSX specific hacks aren't main priority, but I wouldn't hurt to ask about it Smile

Anyways, as I already told, I'm pretty newb with using git.
I've managed to make a local clone and build dolphin, but i have problems how to revert one specific commit.

So far I've done:
git clone https://code.google.com/p/dolphin-emu/

then i try to revert using
git revert 1dd6b978c1da

but I only get errors.

I guess i could manually add the changes, and make a unified diff to use for further patching of newer revisions, but if there is an easier way I'd love to know how.
Desktop                                             HTPC:
Gigabyte Z97X-Gaming5- i7-4790k      MSI-B75-E33, i5-2500k
Corsair Vengeance 16GB RAM              Crucial 8GB RAM
Gigabyte GTX780 GHz Edt.                  ASUS GTX960 Strix
Win 10 Pro / OS X 10.10                     Win 10 Pro
Find
12-19-2012, 11:30 PM
#15
neobrain Offline
"Wow, I made my code 1000x faster! That means I can make it 2048x slower now!"
**********
Developers (Some Administrators and Super Moderators)
Posts: 3,208
Threads: 50
Joined: Jun 2009
"I only get errors" isn't particularly descriptive Smile
My blog
Me on Twitter
My wishlist on Amazon.de
Find
12-20-2012, 12:50 AM (This post was last modified: 12-20-2012, 12:51 AM by cluthz.)
#16
cluthz Offline
Member
***
Posts: 130
Threads: 6
Joined: May 2012
As i said I'm new to git and these are the errors.
Thanks for helping tho!

dolphin-emu tob$ git revert 1dd6b978c1da
error: 'revert' is not possible because you have unmerged files.
hint: Fix them up in the work tree,
hint: and then use 'git add/rm <file>' as
hint: appropriate to mark resolution and make a commit,
hint: or use 'git commit -a'.
fatal: revert failed
Desktop                                             HTPC:
Gigabyte Z97X-Gaming5- i7-4790k      MSI-B75-E33, i5-2500k
Corsair Vengeance 16GB RAM              Crucial 8GB RAM
Gigabyte GTX780 GHz Edt.                  ASUS GTX960 Strix
Win 10 Pro / OS X 10.10                     Win 10 Pro
Find
12-20-2012, 01:05 AM
#17
neobrain Offline
"Wow, I made my code 1000x faster! That means I can make it 2048x slower now!"
**********
Developers (Some Administrators and Super Moderators)
Posts: 3,208
Threads: 50
Joined: Jun 2009
You changed some stuff locally. Use a clean tree and run the command again. You can get a clean tree by calling e.g. git reset --hard origin/master
My blog
Me on Twitter
My wishlist on Amazon.de
Find
12-20-2012, 01:22 AM
#18
cluthz Offline
Member
***
Posts: 130
Threads: 6
Joined: May 2012
I didn't change anything in the the local clone.
With cleaning as you suggested:


dolphin-emu tob$ git reset --hard origin/master
HEAD is now at 0811311 TextureCacheBase: Delete textures completely instead of just invalidating them in ClearRenderTargets.

dolphin-emu tob$ git revert 1dd6b978c1da
error: could not revert 1dd6b97... Remove "Disable Lighting".
hint: after resolving the conflicts, mark the corrected paths
hint: with 'git add <paths>' or 'git rm <paths>'
hint: and commit the result with 'git commit'

I have no idea why it ain't working Sad

And again, thanks for your patience!
Desktop                                             HTPC:
Gigabyte Z97X-Gaming5- i7-4790k      MSI-B75-E33, i5-2500k
Corsair Vengeance 16GB RAM              Crucial 8GB RAM
Gigabyte GTX780 GHz Edt.                  ASUS GTX960 Strix
Win 10 Pro / OS X 10.10                     Win 10 Pro
Find
12-20-2012, 02:02 AM
#19
neobrain Offline
"Wow, I made my code 1000x faster! That means I can make it 2048x slower now!"
**********
Developers (Some Administrators and Super Moderators)
Posts: 3,208
Threads: 50
Joined: Jun 2009
(12-20-2012, 01:22 AM)cluthz Wrote: I didn't change anything in the the local clone.
You probably ran the "git revert" command twice, and the first one locally modified your working copy Tongue

(12-20-2012, 01:22 AM) cluthz Wrote: dolphin-emu tob$ git revert 1dd6b978c1da
error: could not revert 1dd6b97... Remove "Disable Lighting".
hint: after resolving the conflicts, mark the corrected paths
hint: with 'git add <paths>' or 'git rm <paths>'
hint: and commit the result with 'git commit'
post the output of "git status"
My blog
Me on Twitter
My wishlist on Amazon.de
Find
12-20-2012, 02:55 AM
#20
cluthz Offline
Member
***
Posts: 130
Threads: 6
Joined: May 2012
dolphin-emu tob$ git status
# On branch master
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# modified: Source/Core/VideoCommon/Src/EmuWindow.cpp
# modified: Source/Core/VideoCommon/Src/RenderBase.cpp
# modified: Source/Core/VideoCommon/Src/VertexManagerBase.cpp
# modified: Source/Plugins/Plugin_VideoOGL/Src/GLUtil.cpp
#
# Unmerged paths:
# (use "git reset HEAD <file>..." to unstage)
# (use "git add/rm <file>..." as appropriate to mark resolution)
#
# both modified: Source/Core/DolphinWX/Src/VideoConfigDiag.cpp
# both modified: Source/Core/VideoCommon/Src/VideoConfig.cpp
# both modified: Source/Core/VideoCommon/Src/VideoConfig.h
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
Desktop                                             HTPC:
Gigabyte Z97X-Gaming5- i7-4790k      MSI-B75-E33, i5-2500k
Corsair Vengeance 16GB RAM              Crucial 8GB RAM
Gigabyte GTX780 GHz Edt.                  ASUS GTX960 Strix
Win 10 Pro / OS X 10.10                     Win 10 Pro
Find
« Next Oldest | Next Newest »
Pages (3): « Previous 1 2 3 Next »
Thread Closed 


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode