I also spotting something interesting in msdn.
I can run my querys like this
IEnumerable<int> orderingQuery =
from num in numbers
where num < 3 || num > 7
orderby num ascending
select num;
Thanks to Mr. Christ for he's support that i have managed to code a new way of coding coding
The way i was coding was pretty simple and advanced. BUT Rev is all pro ;p [I can't fall back to RevCMS's aswesome coding!]
So i will be recoding most of the source using Linq style!
What the fuck is...
Nope it shouldn't even lag as it's coded efficiently. And normally it shows on the console of the emulator that it's been saved.
No idea.
Don't worry you don't need to close the emulator, it just dumps it via file stream.
Sorry, for the lack of updates.
Well a main feature i just coded incase of hacking, is a backup-database system.
It stores dumps of your database to your selected location. Also you can setup to store backups like every week, every hour, every day, etc.
I've almost finished doing the fields...
ClientMessage Rechanged
class Cm
{
public String OString;
public String OData;
public Cm(string data)
{
OData = data.Substring(4);
}
public int Header()
{
var header =...
Got rid of them lousy IHabbo if statements.
using System;
using System.Collections.Generic;
using System.Text;
namespace RevEmu.rMessage
{
public struct SM
{
#region Fields
private Int16 _header;
private StringBuilder _contentBuilder;
#endregion...
One of the reasons Uber emulator failed was because it was rushed.
I'm kind of doing a database system here. Most the basic needs for the SSO are done. I just need to finish coding the multiple database system.
I gotta log each table, and each field/column, you don't know how annoying that...
public static string GetDatabase()
{
if (Config.GetString("rSql.Database.Type").Contains("Phoenix"))
{
return RevEmu.DatabaseTypeSystem.DatabaseTypes.GetStructureTypes.Phoenix.GetTablesAndColumns();
}
}
Example of multiple...