EQEmulator Home
>
EQEmulator Forums
>
Search Forums
Search Results
User Name
Remember Me?
Password
Home
Forums
Register
Members List
Today's Posts
Search
Search Forums
Show Threads
Show Posts
Advanced Search
Go to Page...
Page 8 of 20
«
First
<
4
5
6
7
8
9
10
11
12
18
>
Last
»
Showing results 176 to 200 of 500
Search took
0.04
seconds; generated 89 minute(s) ago.
Search:
Posts Made By:
KLS
Forum:
Development::Development
01-30-2013, 07:08 PM
Replies:
28
Any chance of a git/github migration?
Views:
34,997
Posted By
KLS
We're still coming up with a new scheme for the...
We're still coming up with a new scheme for the database updates before we can do anything on this front. Obviously by SVN revision isn't going to work on a DVCS.
Cavedude and I have been coming...
Forum:
Development::Development
01-30-2013, 03:05 PM
Replies:
50
Lua Scripting+Content Databasing system
Views:
121,351
Posted By
KLS
Adding a lua parser was actually what I wanted to...
Adding a lua parser was actually what I wanted to truly do when I added the ability to even have extra parsers besides Perl but have been doing other things.
And Concrete I do believe if you...
Forum:
General::News
01-25-2013, 11:26 PM
Replies:
13
CMake!
Views:
21,707
Posted By
KLS
You can build MS NMake files to be compiled from...
You can build MS NMake files to be compiled from command line. Though it isn't as straight forward since you need the msvc shell variables setup for your command line (eg by calling your installs...
Forum:
Support::Windows Servers
01-23-2013, 09:20 PM
Replies:
9
Compile Problems
Views:
15,922
Posted By
KLS
I think he probably is building in N bits but his...
I think he probably is building in N bits but his Perl he's linking against is Y bits. CMake should complain about a missing lib file but it has no idea if it's 32bit when you're building 64bit etc.
Forum:
General::News
01-23-2013, 05:29 PM
Replies:
13
CMake!
Views:
21,707
Posted By
KLS
Yeah I've noticed some people have trouble...
Yeah I've noticed some people have trouble finding the solution/executable files. We'll add that to the wiki.
Forum:
General::General Discussion
01-23-2013, 03:50 AM
Replies:
40
Server Set Up Guides: Can we do better?
Views:
51,098
Posted By
KLS
Given that it a (almost completely) binary...
Given that it a (almost completely) binary compatible drop in replacement for MySQL there's nothing really stopping you from using MariaDB right now if you really wanted.
Forum:
Support::Windows Servers
01-22-2013, 06:46 PM
Replies:
26
World and Zone issue
Views:
29,323
Posted By
KLS
Hm, not sure. Something stupid I did was...
Hm, not sure.
Something stupid I did was lower the default logging setting from 5 to 2 without thinking about it. If you go into your CMake and change EQEMU_DEBUG_LEVEL to 5 and recompile it...
Forum:
Support::Linux Servers
01-22-2013, 06:07 PM
Replies:
7
Building with CMake
Views:
15,204
Posted By
KLS
For now, since it's a lot of work and the idea of...
For now, since it's a lot of work and the idea of people building without -O2 in release mode for a week will kill me inside we're going to set those particular patch files to -O0 on Unix64 for now. ...
Forum:
Support::Windows Servers
01-22-2013, 03:18 AM
Replies:
8
Pearl514.dll
Views:
11,843
Posted By
KLS
This is correct(mostly: it's Perl not Pearl)....
This is correct(mostly: it's Perl not Pearl). You're linking against a different version of Perl than you've got installed. That version of Perl is older and is looking for that installation that...
Forum:
Support::Linux Servers
01-22-2013, 12:05 AM
Replies:
7
Building with CMake
Views:
15,204
Posted By
KLS
Yeah I remember it now, we're going to make it a...
Yeah I remember it now, we're going to make it a priority to fix next if possible. I don't remember seeing anything wrong with the string stream code either when I looked at it. If it comes down to...
Forum:
Support::Windows Servers
01-21-2013, 07:57 PM
Replies:
7
cmake help
Views:
11,088
Posted By
KLS
Most of what I can find relating to this is where...
Most of what I can find relating to this is where people had express installed then installed another version over it before uninstalling express.
You could try building 32-bit instead as...
Forum:
Development::Development
01-21-2013, 05:52 PM
Replies:
18
CMake
Views:
22,639
Posted By
KLS
Doh there's a page two! Once you get to the...
Doh there's a page two!
Once you get to the settings box as long as there was no error you can hit generate to create your EQEmu.sln file in your build folder.
Forum:
Support::Linux Servers
01-21-2013, 05:24 PM
Replies:
7
Building with CMake
Views:
15,204
Posted By
KLS
RelWithDebInfo without -O2 is just Debug, no need...
RelWithDebInfo without -O2 is just Debug, no need to do that just change the build type from RelWithDebInfo to Debug. That said if linux is crashing with -O2 that's a problem.
Forum:
Support::Windows Servers
01-21-2013, 01:49 AM
Replies:
7
cmake help
Views:
11,088
Posted By
KLS
Well that says 2010 express. Do you have that...
Well that says 2010 express. Do you have that installed in addition to professional? 2010 express can only do 32 bit, 2012 express can do both 32 and 64.
If you have express installed too then...
Forum:
Support::Windows Servers
01-21-2013, 12:37 AM
Replies:
7
cmake help
Views:
11,088
Posted By
KLS
What is the exact error message(s) you get when...
What is the exact error message(s) you get when you try to generate a Visual Studio 10 Win64?
Forum:
Development::Development
01-20-2013, 11:12 PM
Replies:
3
intN types
Views:
7,746
Posted By
KLS
We've had a few bugs (recently even) that were...
We've had a few bugs (recently even) that were caused by people thinking int32 was signed when it wasn't. It's something we've been saying "we need to do this" for a few years and I just got up and...
Forum:
Development::Development
01-20-2013, 07:07 PM
Replies:
3
intN types
Views:
7,746
Posted By
KLS
intN types
Will be changing intN types a bit today to better reflect their c99 and c++11 counterparts.
Essentially:
intN used to be unsigned so they have all been converted to uintN instead and intN is now...
Forum:
Support::Windows Servers
01-20-2013, 03:45 PM
Replies:
42
Trying to setup a RoF testing server
Views:
69,536
Posted By
KLS
I did make a fix to bots in the cmake script, it...
I did make a fix to bots in the cmake script, it wasn't -DBOTS on the common lib. Though I question why common needs bots related stuff in it.
Forum:
General::News
01-19-2013, 04:50 AM
Replies:
13
CMake!
Views:
21,707
Posted By
KLS
An aside: UCS is broken under CMake, I'm working...
An aside: UCS is broken under CMake, I'm working on fixing it but if you can't live without it I suggest you use a previous revision. Sorry!
The issue with UCS is hopefully addressed now.
Forum:
Development::Development
01-19-2013, 04:50 AM
Replies:
18
CMake
Views:
22,639
Posted By
KLS
Actually I have to touch more of the common code...
Actually I have to touch more of the common code than I thought so this will take a while. If UCS is absolutely vital to you for whatever reason I suggest you avoid upgrading for now.
Forum:
Development::Development
01-19-2013, 04:10 AM
Replies:
18
CMake
Views:
22,639
Posted By
KLS
Just a note: this went live today and we noticed...
Just a note: this went live today and we noticed due to a trick in the opcode management code combined with the fact that we now compile all that into a static lib: UCS broke. I hope it will be...
Forum:
General::News
01-19-2013, 12:36 AM
Replies:
13
CMake!
Views:
21,707
Posted By
KLS
CMake!
As of today EQEmu now builds with CMake! Shocking I know.
Hopefully there are no problems and there are basic instructions at the wiki(http://www.eqemulator.net/wiki/wikka.php?wakka=CMake)
This...
Forum:
General::General Discussion
01-17-2013, 11:47 PM
Replies:
20
Custom Character Data
Views:
28,572
Posted By
KLS
If you find a way to break qglobals I'll give you...
If you find a way to break qglobals I'll give you a gold star.
Forum:
Development::Development
01-17-2013, 10:45 PM
Replies:
28
Any chance of a git/github migration?
Views:
34,997
Posted By
KLS
Aye, saw that. Currently in the setting up...
Aye, saw that.
Currently in the setting up the organization on Github phase. Gonna merge CMake tomorrow I think then work on transitioning over the next week or two.
Forum:
Development::Development
01-14-2013, 02:39 AM
Replies:
18
CMake
Views:
22,639
Posted By
KLS
Probably going to bump up when I reintegrate this...
Probably going to bump up when I reintegrate this to "soon" provided there are no problems. Also added azone + cleanipc as optional compiles. Though cleanipc's time is limited as we're going to...
Showing results 176 to 200 of 500
Page 8 of 20
«
First
<
4
5
6
7
8
9
10
11
12
18
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
General
General::General Discussion
General::Server Discussion
General::News
General::News::Polls
Support
Support::General Support
Idiot Posters
Spell Support
Support::Windows Servers
Support::Linux Servers
Support::Packetcollector
Support::MiniLogin
Quests
Quests::Q&A
Quests::Custom
Quests::Completed
Quests::Submissions
Quests::Plugins & Mods
Quests::need work
Quests::LUA
Development
Development::Development
Development::Bots
Development: Custom Code
Development::Server Code Submissions
Development::Feature Requests
Development::Bugs
Development::Bug Reports
Development::Database/World Building
Development::Tools
Development::GeorgeS's Tools
EQEmu Operations Center
KayotRO
Old Eq
OpenZone
OpenZone:: Q&A
Simple Client
OpenZone::Tutorials
OpenZone::Bug Reporting
Misc
Misc::Off Topic
Misc::Screenshots
Archives
Archive::Support
Archive::General Support
Archive::Windows Servers
Archive::Linux Servers
Archive::Tutorials/Howto's
Tutorials--Outdated Use the Wiki
Tutorial ALL NEW PEOPLE READ THIS
Tutorials::Discussion
Tutorials::Requests
Tutorials::Submissions
Tutorials::Needs work
Archive::Packetcollector
Archive::Development
Archive::Development
Archive::Bugs
Archive::Tools
Archive::Quests
Archive::Database/World Building
EQ2 Development
Archive::Misc
Archive::Off Topic
Archive::Screenshots
OpenEQ
OpenEQ::General Discussion
OpenEQ::Support
OpenEQ::Development
OpenEQ::Bug reporting
OpenEQ::Plugins
All times are GMT -4. The time now is
09:53 AM
.
-- Default Style
---- EQEmulator
EQEmulator
-
Archive
-
Top
Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a
Creative Commons License
.
Powered by vBulletin®, Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Template by
Bluepearl Design
and
vBulletin Templates
- Ver3.3