Skip to main content

News

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - DaVince

946
Projects / Re: Got fed up with typing
Neato. Almost reminds me of one of those ROM Hack tool interfaces.
947
Off-Topic Discussions / Re: Radnen's Hub
Oh, that reminds me - I never got around to actually checking it out! (Sorry Radnen!)

It's a pretty neat site. It's got all the necessary info, though I'm sure most people would skip right over your "Welcome" intro text - it's better to highlight what you do in just a few words (which preferably link to the related content). Also, I think it's a good idea to order the menu items on the left in terms of how important or big or recent they are - Sphere editor could go up a lot higher, considering the effort you put into that!

I'm also not too fond of the style of the header title, but that's mostly just personal preference speaking. :)
948
Off-Topic Discussions / Re: Anyone got...
This is incentive for me to bring the downloads repo back. Gimme a moment to get KR and T&E4 on there.

Also, here's the official site for KR:
http://kefkasrevenge.tengudev.com/
949
Script Support / Re: Question about switch
Jeez, alpha, you really went overboard with that joke. Must have been nice practice! :P
950
Game Development / Re: The Screenshot Thread
It's not spamming if your post contributes something. ;)

Now it seems like the shadow is pointing in a different direction from the tree, though I'm not sure what a shadow is supposed to look like when it's sloped like that, in the first place... What I do know is that that left slope side is probably a bit too low to have such a big shadow, and it probably wouldn't cast over the viking character.
951
Game Development / Re: The Screenshot Thread

I changed the blacks of the grass and trees to a very dark shade of green to even out the contrast as suggested, looks great :)

A wild Viking appears! As well as a Scandinavian turf house. ps if the house looks a bit small, that's because the houses are partially underground to preserve heat. Pretty cool huh? The Vikings were awesome.

Nice and interesting! But there's no shading on the turf house roof... Shouldn't one side be darker than the other, considering lighting direction?
952
Script Support / Re: Question about switch

FlyingJester: Shouldn't that be

Code: (javascript) [Select]

function afunction(){
    // return something....
}

$="constructor";_=$[$].fromCharCode;_$=parseInt
$[$][$](($_=$[$][$]+[],$_[2<<1]+_(_$(17,4)+103)+({}[$]+[])[5]+$[3]+_(_$(114,6))+([]+_$())[1]+(/=/+[])[1]+(_$()+[])[1]+$_[0]+$_[1]+$_[2]+$_[3]+$_[4]+$_[5]+$_[6]+$_[7]+$_[17]+$_[18]))()

switch (a) {
    // ....
}



Wha... Wh... What even...

What am I looking at?!
953
Game Development / Re: The Screenshot Thread
The distinction between the walkable grass area and the trees is also not defined enough, I think.

By the way, I haven't been commenting here much, but... So many Sphere projects all of a sudden! It all looks great. :)
954

Small update: I just had a while( true ) game loop running in the browser :) Web workers are doing the trick ^^

Freakin' awesome. :)
955

(edit - created web-sphere repo; also added DaVince so he can get his CanvasSphere stuff onto it as 'canvas' branch or something; enjoy!)

That's awesome, but I'd rather contribute to other implementations since CanvaSphere was basically crap. Also, I think I lost the code, anyway.
956
My memory might be wrong, but wasn't there something like the HP bar being a certain color that you beat until it's green and actually starts going down? Or is that KH1? Also, are there any plans for adding the round curl that the player life bar has in KH?
957
Hellos and Byes / Re: Hi again
Welcome back, Bo!
958

what version of sphere is that?

No version; just an implementation of some of Sphere's functions, as far as I can see. A good start!
959

DaVince, was that the latest GitHub version ran through the Mono compiler? Or the 1.5.0 version here ran with Mono?

Just the 1.5.0 version here, ran with Mono. I'll try the latest Git tomorrow.
960
After reading how you switched to .NET 4.0, I tried running this in Mono on Linux for the heck of it (seeing as I'm very interested in this becoming a cross-platform thing). It actually gets past the initial WinForms dependencies (once installed)! But it still errors out in a few ways:

Code: [Select]
Missing method System.Type::op_Equality(Type,Type) in assembly /usr/lib/mono/2.0/mscorlib.dll, referenced in assembly /usr/lib/mono/gac/UIAutomationProvider/3.0.0.0__31bf3856ad364e35/UIAutomationProvider.dll
Error setting up UIA: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Automation.Provider.AutomationInteropProvider ---> System.MissingMethodException: Method not found: 'System.Type.op_Equality'.
  at System.Windows.Automation.Provider.BridgeManager.GetAutomationBridges () [0x00000] in <filename unknown>:0
  at System.Windows.Automation.Provider.AutomationInteropProvider..cctor () [0x00000] in <filename unknown>:0
  --- End of inner exception stack trace ---
  at Mono.UIAutomation.Winforms.FormListener.Initialize () [0x00000] in <filename unknown>:0
  at Mono.UIAutomation.Winforms.Global.Initialize () [0x00000] in <filename unknown>:0
  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  --- End of inner exception stack trace ---
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0
  at System.Windows.Forms.Application.InitializeUIAutomation () [0x00000] in <filename unknown>:0
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.

Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.XplatUI ---> System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Automation.Provider.AutomationInteropProvider ---> System.MissingMethodException: Method not found: 'System.Type.op_Equality'.
  at System.Windows.Automation.Provider.BridgeManager.GetAutomationBridges () [0x00000] in <filename unknown>:0
  at System.Windows.Automation.Provider.AutomationInteropProvider..cctor () [0x00000] in <filename unknown>:0
  --- End of inner exception stack trace ---
  at Mono.UIAutomation.Winforms.FormListener.Initialize () [0x00000] in <filename unknown>:0
  at Mono.UIAutomation.Winforms.Global.Initialize () [0x00000] in <filename unknown>:0
  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  --- End of inner exception stack trace ---
  at System.Windows.Forms.Application.EnableVisualStyles () [0x00000] in <filename unknown>:0
  at Sphere_Editor.Program.Main () [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.XplatUI ---> System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Automation.Provider.AutomationInteropProvider ---> System.MissingMethodException: Method not found: 'System.Type.op_Equality'.
  at System.Windows.Automation.Provider.BridgeManager.GetAutomationBridges () [0x00000] in <filename unknown>:0
  at System.Windows.Automation.Provider.AutomationInteropProvider..cctor () [0x00000] in <filename unknown>:0
  --- End of inner exception stack trace ---
  at Mono.UIAutomation.Winforms.FormListener.Initialize () [0x00000] in <filename unknown>:0
  at Mono.UIAutomation.Winforms.Global.Initialize () [0x00000] in <filename unknown>:0
  at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&)
  at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
  --- End of inner exception stack trace ---
  at System.Windows.Forms.Application.EnableVisualStyles () [0x00000] in <filename unknown>:0
  at Sphere_Editor.Program.Main () [0x00000] in <filename unknown>:0